Searched defs:ThenLayer (Results 1 – 1 of 1) sorted by relevance
35 pub struct ThenLayer<F> { struct47 /// This is a convenience function that simply calls [`ThenLayer::new`]. argument84 impl<F> ThenLayer<F> { impl91 impl<S, F> Layer<S> for ThenLayer<F> implementation