pub trait ConcreteType { // Required method fn info(&self) -> &TypeInfo; }
Trait for a specialized type.