pub trait IntoType<ContextType> {
    // Required method
    fn into_type_map(&self) -> HashMap<String, ContextType>;
}

Required Methods§

source

fn into_type_map(&self) -> HashMap<String, ContextType>

Implementors§