[][src]Trait sp_runtime::TypeId

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

Re-export this since it's part of the API of this crate. Provide a simple 4 byte identifier for a type.

Associated Constants

const TYPE_ID: [u8; 4]

Simple 4 byte identifier.

Loading content...

Implementors

impl TypeId for ModuleId[src]

Loading content...