pub(crate) async fn rpc( client: &BusClient, event: EventKind, security_level: SecurityLevel, ) -> Result<EventKind>
Send an RPC request and wait for the correlated response.