Type Alias cfxcore::errors::BoxFuture

source ·
pub type BoxFuture<T> = Pin<Box<dyn Future<Output = Result<T>> + Send>>;

Aliased Type§

struct BoxFuture<T> { /* private fields */ }