Type Definition wamp_async::RpcFuture[][src]

type RpcFuture<'a> = Pin<Box<dyn Future<Output = Result<(Option<WampArgs>, Option<WampKwArgs>), WampError>> + Send + 'a>>;

Type returned by RPC functions