Home
last modified time | relevance | path

Searched defs:ThenLayer (Results 1 – 1 of 1) sorted by relevance

/external/rust/android-crates-io/crates/tower/src/util/
Dthen.rs35 pub struct ThenLayer<F> { struct
47 /// This is a convenience function that simply calls [`ThenLayer::new`]. argument
84 impl<F> ThenLayer<F> { impl
91 impl<S, F> Layer<S> for ThenLayer<F> implementation