TryFromMessage

Trait TryFromMessage 

Source
pub(crate) trait TryFromMessage {
    // Required method
    fn try_from_message(msg: &Message) -> Result<Self, AtspiError>
       where Self: Sized;
}

Required Methods§

Source

fn try_from_message(msg: &Message) -> Result<Self, AtspiError>
where Self: Sized,

Implementors§

Source§

impl TryFromMessage for CacheEvents

Available on crate feature zbus only.
Source§

impl TryFromMessage for DocumentEvents

Available on crate feature zbus only.
Source§

impl TryFromMessage for EventListenerEvents

Available on crate feature zbus only.
Source§

impl TryFromMessage for FocusEvents

Available on crate feature zbus only.
Source§

impl TryFromMessage for KeyboardEvents

Available on crate feature zbus only.
Source§

impl TryFromMessage for MouseEvents

Available on crate feature zbus only.
Source§

impl TryFromMessage for ObjectEvents

Available on crate feature zbus only.
Source§

impl TryFromMessage for TerminalEvents

Available on crate feature zbus only.
Source§

impl TryFromMessage for WindowEvents

Available on crate feature zbus only.