pub unsafe trait ReadMetadata: PlaceHandle {
// Required method
fn metadata(self) -> Metadata<Self::Target>;
}Expand description
Obtain the metadata of the contents of a place.
Required Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".