Skip to main content

GetRuntimeBlockType

Trait GetRuntimeBlockType 

Source
pub trait GetRuntimeBlockType {
    type RuntimeBlock: Block;
}
Expand description

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

Required Associated Types§

Source

type RuntimeBlock: Block

The RuntimeBlock type.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§