[−][src]Trait jsonrpc_core::RpcMethodSimple
Asynchronous Method
Associated Types
Loading content...Required methods
Loading content...Implementors
impl<F: Send + Sync + 'static, X: Send + 'static, I> RpcMethodSimple for F where
F: Fn(Params) -> I,
X: Future<Item = Value, Error = Error>,
I: IntoFuture<Item = Value, Error = Error, Future = X>,
[src]
F: Fn(Params) -> I,
X: Future<Item = Value, Error = Error>,
I: IntoFuture<Item = Value, Error = Error, Future = X>,