Trait sp_runtime::traits::GetNodeBlockType[][src]

pub trait GetNodeBlockType {
    type NodeBlock: Block;
}

A marker trait for something that knows the type of the node block.

Associated Types

type NodeBlock: Block[src]

The NodeBlock type.

Loading content...

Implementors

Loading content...