Type Alias MongodbSinkDeliveryFuture

Source
pub type MongodbSinkDeliveryFuture = impl TryFuture<Ok = (), Error = SinkError> + Unpin + 'static;