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