Trait DynamicTyped
pub trait DynamicTyped {
// Required method
fn reflect_type_info(&self) -> &'static TypeInfo;
}Expand description
Required Methods§
fn reflect_type_info(&self) -> &'static TypeInfo
fn reflect_type_info(&self) -> &'static TypeInfo
See Typed::type_info.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".