pub trait CreatableAdminSpec: Spec + Encoder + Decoder {
    const CREATE_TYPE: u8;
}
Expand description

Not every Admin Object can be created directly

Required Associated Constants

Implementors