Skip to main content

StreamingCommandFuture

Type Alias StreamingCommandFuture 

Source
pub type StreamingCommandFuture = Pin<Box<dyn Future<Output = Result<()>> + Send>>;
Expand description

Boxed future returned by streaming command handlers.

Aliased Typeยง

pub struct StreamingCommandFuture { /* private fields */ }