pub type RefreshFuture = Pin<Box<dyn Future<Output = RefreshResult> + Send>>;
Future type for refresh operations.
#[repr(transparent)]pub struct RefreshFuture { /* private fields */ }