Type Alias EngineUnary

Source
pub type EngineUnary<Resp> = Pin<Box<dyn AsyncEngineUnary<Resp>>>;

Aliased Type§

pub struct EngineUnary<Resp> { /* private fields */ }

Trait Implementations§