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