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