Type Alias jsonrpc_core::BoxFuture
source · pub type BoxFuture<T> = Pin<Box<dyn Future<Output = T> + Send>>;
Expand description
A Future
trait object.
Aliased Type§
struct BoxFuture<T> { /* private fields */ }
pub type BoxFuture<T> = Pin<Box<dyn Future<Output = T> + Send>>;
A Future
trait object.
struct BoxFuture<T> { /* private fields */ }