pub(crate) trait TryFromMessage {
// Required method
fn try_from_message(msg: &Message) -> Result<Self, AtspiError>
where Self: Sized;
}Required Methods§
fn try_from_message(msg: &Message) -> Result<Self, AtspiError>where
Self: Sized,
Implementors§
impl TryFromMessage for CacheEvents
Available on crate feature
zbus only.impl TryFromMessage for DocumentEvents
Available on crate feature
zbus only.impl TryFromMessage for EventListenerEvents
Available on crate feature
zbus only.impl TryFromMessage for FocusEvents
Available on crate feature
zbus only.impl TryFromMessage for KeyboardEvents
Available on crate feature
zbus only.impl TryFromMessage for MouseEvents
Available on crate feature
zbus only.impl TryFromMessage for ObjectEvents
Available on crate feature
zbus only.impl TryFromMessage for TerminalEvents
Available on crate feature
zbus only.impl TryFromMessage for WindowEvents
Available on crate feature
zbus only.