polars::datatypes

Trait IntoMetadata

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

Required Methods§

Implementations on Foreign Types§

Source§

impl IntoMetadata for BTreeMap<PlSmallStr, PlSmallStr>

Implementors§