Type Definition tc_rpc::chain::error::FutureResult[][src]

type FutureResult<T> = Box<dyn Future<Item = T, Error = Error> + 'static + Send, Global>;

Chain RPC future Result type.