Type Definition sc_rpc::chain::error::FutureResult [−][src]
type FutureResult<T> = Box<dyn Future<Item = T, Error = Error> + 'static + Send, Global>;
Chain RPC future Result type.
type FutureResult<T> = Box<dyn Future<Item = T, Error = Error> + 'static + Send, Global>;
Chain RPC future Result type.