Trait rustsynth::OwnedMap

source ·
pub trait OwnedMap {
    // Required method
    fn to_map<'elem>(self) -> OwnedMap<'elem>;
}
Expand description

A trait to provide a method to consume a struct and output an map::OwnedMap

Required Methods§

source

fn to_map<'elem>(self) -> OwnedMap<'elem>

Implementors§