Trait Alias DispatchFuture

Source
trait DispatchFuture<'a> = Future<Output = StreamResult<()>> + Send;