[][src]Type Definition susydev_jsonrpc_core::BoxFuture

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

A Future trait object.