pub type EngineUnary<Resp> = Pin<Box<dyn AsyncEngineUnary<Resp>>>;
Aliased Type§
pub struct EngineUnary<Resp> { /* private fields */ }
pub type EngineUnary<Resp> = Pin<Box<dyn AsyncEngineUnary<Resp>>>;
pub struct EngineUnary<Resp> { /* private fields */ }