Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tower/src/load_shed/
Dmod.rs17 pub struct LoadShed<S> { struct
22 // ===== impl LoadShed ===== argument
24 impl<S> LoadShed<S> { impl
34 impl<S, Req> Service<Req> for LoadShed<S> implementation
67 impl<S: Clone> Clone for LoadShed<S> { implementation