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