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