Type Definition sc_rpc::state::error::FutureResult

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

State RPC future Result type.