Type Alias PushFuture

Source
pub type PushFuture = Pin<Box<dyn Future<Output = Result<(), Box<dyn Error>>> + Send + Sync>>;
Expand description

A future that returns a unit.

Aliased Typeยง

struct PushFuture {}