Type Definition wamp_async::RpcFunc[][src]

type RpcFunc<'a> = Box<dyn Fn(Option<WampArgs>, Option<WampKwArgs>) -> RpcFuture<'a> + Send + Sync + 'a>;

Generic function that can receive RPC calls