Trait chromiumoxide_types::EventMessage

source ·
pub trait EventMessage: Method + DeserializeOwned + Debug {
    // Required method
    fn session_id(&self) -> Option<&str>;
}
Expand description

A trait that mark

Required Methods§

source

fn session_id(&self) -> Option<&str>

The identifier of the session this event was meant for.

Object Safety§

This trait is not object safe.

Implementors§