RefreshFuture

Type Alias RefreshFuture 

Source
pub type RefreshFuture = Pin<Box<dyn Future<Output = RefreshResult> + Send>>;
Expand description

Future type for refresh operations.

Aliased Typeยง

pub struct RefreshFuture { /* private fields */ }