Type Definition jsonrpc_core::BoxFuture [] [src]

type BoxFuture<T> = Box<Future<Item = T, Error = Error> + Send>;

A Future trait object.