Layer

Type Alias Layer 

Source
pub type Layer<State> = FromFnLayer<Fn<State>, State, Extractors<State>>;
Expand description

The layer type.

Aliased Typeยง

pub struct Layer<State> { /* private fields */ }