NoopRuntime

Type Alias NoopRuntime 

Source
pub type NoopRuntime = Runtime<Noop>;
Expand description

Type alias for the noop runtime

Aliased Type§

pub struct NoopRuntime { /* private fields */ }

Implementations§

Source§

impl NoopRuntime

Source

pub fn noop() -> Self

Create a new NoopRuntime