Type Alias UpdateFn

Source
pub type UpdateFn<T> = Box<dyn Fn() -> Pin<Box<dyn Future<Output = Result<T>> + Send>> + Send + Sync + 'static>;

Aliased Typeยง

pub struct UpdateFn<T>(/* private fields */);