Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/
Dserver.rs354 pub struct ShutdownFuture { struct
359 impl Future for ShutdownFuture { argument
385 pub fn shutdown(&mut self) -> ShutdownFuture { in shutdown()