Trait dyn_any::StaticType
source · pub unsafe trait StaticType {
type Static: 'static + ?Sized;
// Provided method
fn type_id(&self) -> TypeId { ... }
}pub unsafe trait StaticType {
type Static: 'static + ?Sized;
// Provided method
fn type_id(&self) -> TypeId { ... }
}