pub trait IntoMetadata {
// Required method
fn into_metadata_ref(&self) -> &BTreeMap<PlSmallStr, PlSmallStr>;
}Required Methods§
fn into_metadata_ref(&self) -> &BTreeMap<PlSmallStr, PlSmallStr>
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".