pub type FutureResult<T> = Box<dyn Future<Error = Error, Item = T> + Send + 'static, Global>;
State RPC future Result type.