Struct tower_layer::LayerFn [−][src]
pub struct LayerFn<F> { /* fields omitted */ }
Expand description
A Layer
implemented by a closure. See the docs for layer_fn
for more details.
Trait Implementations
Auto Trait Implementations
impl<F> RefUnwindSafe for LayerFn<F> where
F: RefUnwindSafe,
impl<F> UnwindSafe for LayerFn<F> where
F: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more