Type Definition tokio_jsonrpc::endpoint::RpcSent [] [src]

type RpcSent = Box<Future<Item = (Client, RpcFinished), Error = IoError>>;