pub type DummyDeliveryFuture = Ready<Result<(), SinkError>>;
pub struct DummyDeliveryFuture(/* private fields */);