[][src]Type Definition wamp_async::RpcFunc

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

Generic function that can receive RPC calls