pub trait HasTypeId {
    fn type_id() -> u64;
}

Required Methods

Implementors