Type Alias DynamoDbSinkDeliveryFuture

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