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