Type Alias GetStatusClosure

Source
pub type GetStatusClosure = Box<dyn Fn() -> Pin<Box<dyn Future<Output = Status> + Send + Sync>> + Send + Sync>;

Aliased Typeยง

pub struct GetStatusClosure(/* private fields */);