Home
last modified time | relevance | path

Searched refs:call_method_raw (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 Dconnection.rs398 self.call_method_raw(m).await?.await in call_method()
406 pub(crate) async fn call_method_raw(&self, msg: Message) -> Result<PendingMethodCall> { in call_method_raw() method
H A Dproxy.rs521 let get_all = match proxy.connection().call_method_raw(get_all).await { in get_property_cache()