Trait chromiumoxide_types::EventMessage[][src]

pub trait EventMessage: Method + DeserializeOwned {
    fn session_id(&self) -> Option<&str>;
}

A trait that mark

Required methods

fn session_id(&self) -> Option<&str>[src]

The identifier of the session this event was meant for.

Loading content...

Implementors

Loading content...