Trait sp_core::TypeId

source ·
pub trait TypeId {
    const TYPE_ID: [u8; 4];
}
Expand description

Provide a simple 4 byte identifier for a type.

Required Associated Constants§

source

const TYPE_ID: [u8; 4]

Simple 4 byte identifier.

Implementors§