Type Alias NatsSinkDeliveryFuture

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