pub type PendingOracleSourceFuture = Pin<Box<dyn Future<Output = Result<(), PendingOracleSourceError>> + Send + 'static>>;Available on crate feature
pending-oracle-updates only.Expand description
Owned future returned by a pending candidate source.
Aliased Typeยง
#[repr(transparent)]pub struct PendingOracleSourceFuture { /* private fields */ }