Type Alias PulsarDeliveryFuture

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