pub type RpcFuture<'a> = Pin<Box<dyn Future<Output = Result<(Option<WampArgs>, Option<WampKwArgs>), WampError>> + Send + 'a>>;
Type returned by RPC functions
pub struct RpcFuture<'a> { /* private fields */ }