Home
last modified time | relevance | path

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

/external/rust/crates/tonic/src/transport/service/
Dexecutor.rs20 pub(crate) struct SharedExec { struct
24 impl SharedExec { impl
39 impl Executor<BoxFuture<'static, ()>> for SharedExec { implementation