Searched defs:FromFnLayer (Results 1 – 1 of 1) sorted by relevance
| /external/rust/crates/axum/src/middleware/ |
| D | from_fn.rs | 165 pub struct FromFnLayer<F, S, T> { struct 171 impl<F, S, T> Clone for FromFnLayer<F, S, T> argument 185 impl<S, I, F, T> Layer<I> for FromFnLayer<F, S, T> implementation 202 impl<F, S, T> fmt::Debug for FromFnLayer<F, S, T> implementation
|