Skip to main content

IntoMetadata

Trait IntoMetadata 

Source
pub trait IntoMetadata {
    // Required method
    fn into_metadata_ref(&self) -> &BTreeMap<PlSmallStr, PlSmallStr>;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl IntoMetadata for BTreeMap<PlSmallStr, PlSmallStr>

Implementors§