pub type PushFuture = Pin<Box<dyn Future<Output = Result<(), Box<dyn Error>>> + Send + Sync>>;
A future that returns a unit.
pub struct PushFuture { /* private fields */ }