pub trait IntoType<ContextType> {
// Required method
fn into_type_map(&self) -> HashMap<String, ContextType>;
}Required Methods§
fn into_type_map(&self) -> HashMap<String, ContextType>
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".