Type Definition jsonrpc_core::BoxFuture [] [src]

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

A Future trait object.