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