Home
last modified time | relevance | path

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

/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/zbus-2.1.1/src/
H A Dconnection.rs281 pub(crate) struct PendingMethodCall { struct
286 impl Future for PendingMethodCall { argument
301 impl OrderedFuture for PendingMethodCall { implementation
406 pub(crate) async fn call_method_raw(&self, msg: Message) -> Result<PendingMethodCall> { in call_method_raw() argument
412 Ok(PendingMethodCall { stream, serial }) in call_method_raw()