pub type StreamingCommandFuture = Pin<Box<dyn Future<Output = Result<()>> + Send>>;Expand description
Boxed future returned by streaming command handlers.
Aliased Typeยง
#[repr(transparent)]pub struct StreamingCommandFuture { /* private fields */ }