Type Definition sc_rpc::state::error::FutureResult[][src]

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

State RPC future Result type.