Type Definition jsonrpc_core::BoxFuture

source ·
pub type BoxFuture<T> = Box<dyn Future<Item = T, Error = Error> + Send>;
Expand description

A Future trait object.