Type Alias ClickFuture

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

A future that returns a unit.

Aliased Typeยง

struct ClickFuture {}