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