pub type Layer<State> = FromFnLayer<Fn<State>, State, Extractors<State>>;Expand description
The layer type.
Aliased Typeยง
pub struct Layer<State> { /* private fields */ }pub type Layer<State> = FromFnLayer<Fn<State>, State, Extractors<State>>;The layer type.
pub struct Layer<State> { /* private fields */ }