pub type StreamingCommandFuture = Pin<Box<dyn Future<Output = Result<()>> + Send>>;
Boxed future returned by streaming command handlers.
pub struct StreamingCommandFuture { /* private fields */ }