Trait AlwaysDefaultsSettingsContext

Source
pub trait AlwaysDefaultsSettingsContext { }
Expand description

A marker trait that allows a type to implement SettingsContext that always yields a default value for the settings type.

Implementors§

Source§

impl<TimerId, Event: Debug, State, FrameMeta> AlwaysDefaultsSettingsContext for FakeBindingsCtx<TimerId, Event, State, FrameMeta>