Type Alias KafkaSinkDeliveryFuture

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