Searched defs:Layered (Results 1 – 3 of 3) sorted by relevance
| /external/rust/crates/tracing-subscriber/src/layer/ |
| D | layered.rs | 22 pub struct Layered<L, I, S = I> { struct 28 /// If this is also a `Layer`, then this `Layered` will implement `Layer`. argument 45 /// - `self.inner` is a tree of `Layered`s where _all_ arms of those argument 63 // === impl Layered === argument 65 impl<L, S> Layered<L, S> implementation 89 impl<L, S> Subscriber for Layered<L, S> implementation 241 impl<S, A, B> Layer<S> for Layered<A, B, S> implementation 385 impl<'a, L, S> LookupSpan<'a> for Layered<L, S> implementation 401 impl<L, S> Layered<L, S> implementation 410 impl<A, B, S> Layered<A, B, S> impl [all …]
|
| /external/rust/crates/axum/src/handler/ |
| D | mod.rs | 280 pub struct Layered<L, H, T, S, B, B2> { struct 286 impl<L, H, T, S, B, B2> fmt::Debug for Layered<L, H, T, S, B, B2> argument 297 impl<L, H, T, S, B, B2> Clone for Layered<L, H, T, S, B, B2> implementation 311 impl<H, S, T, L, B, B2> Handler<T, S, B2> for Layered<L, H, T, S, B, B2> implementation
|
| /external/mesa3d/src/mesa/main/ |
| D | mtypes.h | 2604 GLboolean Layered; member 2946 GLboolean Layered; member
|