Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tower/src/util/
Dand_then.rs71 pub struct AndThenLayer<F> { struct
83 /// This is a convenience function that simply calls [`AndThenLayer::new`]. argument
111 impl<F> AndThenLayer<F> { implementation
118 impl<S, F> Layer<S> for AndThenLayer<F> implementation