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

pub type FutureResult<T> = Pin<Box<dyn Future<Output = Result<T, Error>> + Send + 'static, Global>>;
Expand description

State RPC future Result type.