[][src]Trait sp_core::TypeId

pub trait TypeId {
    pub const TYPE_ID: [u8; 4];
}

Provide a simple 4 byte identifier for a type.

Associated Constants

pub const TYPE_ID: [u8; 4][src]

Simple 4 byte identifier.

Loading content...

Implementors

Loading content...