[][src]Trait sp_runtime::traits::GetRuntimeBlockType

pub trait GetRuntimeBlockType {
    type RuntimeBlock: Block;
}
[]

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

Associated Types

type RuntimeBlock: Block[]

The RuntimeBlock type.

Implementors