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