Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tower/src/balance/pool/
Dmod.rs428 pub struct DropNotifyService<Svc> { struct
434 impl<Svc> Drop for DropNotifyService<Svc> { argument
440 impl<Svc: Load> Load for DropNotifyService<Svc> { implementation
447 impl<Request, Svc: Service<Request>> Service<Request> for DropNotifyService<Svc> { implementation