pub trait TypeId {
    // Required method
    fn type_id() -> usize;
}

Required Methods§

fn type_id() -> usize

Object Safety§

This trait is not object safe.

Implementors§

§

impl TypeId for BlockData

§

impl TypeId for Burn

§

impl TypeId for Call

§

impl TypeId for Log

§

impl TypeId for LogData

§

impl TypeId for MessageOut

§

impl TypeId for Mint

§

impl TypeId for Panic

§

impl TypeId for Return

§

impl TypeId for Revert

§

impl TypeId for ScriptResult

§

impl TypeId for Transfer

§

impl TypeId for TransferOut