pub trait SpecExt: Spec {
    const OBJECT_TYPE: ObjectType;
}

Required Associated Constants

Implementors