Home
last modified time | relevance | path

Searched refs:queue_remove_match (Results 1 – 2 of 2) sorted by relevance

/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/zbus-2.1.1/src/
H A Dproxy.rs116 self.conn.queue_remove_match(expr); in drop()
1023 .queue_remove_match(std::mem::take(&mut self.expr)); in drop()
H A Dconnection.rs770 pub(crate) fn queue_remove_match(&self, expr: String) { in queue_remove_match() method