pub trait DynamicTyped {
// Required method
fn reflect_type_info(&self) -> &'static TypeInfo;
}
Expand description
Required Methods§
Sourcefn reflect_type_info(&self) -> &'static TypeInfo
fn reflect_type_info(&self) -> &'static TypeInfo
See Typed::type_info
.