Searched defs:LoadShed (Results 1 – 1 of 1) sorted by relevance
17 pub struct LoadShed<S> { struct22 // ===== impl LoadShed ===== argument24 impl<S> LoadShed<S> { impl34 impl<S, Req> Service<Req> for LoadShed<S> implementation67 impl<S: Clone> Clone for LoadShed<S> { implementation