[−][src]Trait jsonrpc_core::WrapFuture
A future-conversion trait.
Required methods
pub fn into_future(self) -> BoxFuture<Result<T, E>>
[src][−]
Convert itself into a boxed future.