pub type RefreshFuture = Pin<Box<dyn Future<Output = RefreshResult> + Send>>;
Future type for refresh operations.
pub struct RefreshFuture { /* private fields */ }