[][src]Trait chromiumoxide_types::Event

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

A trait that mark

Required methods

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

The identifier of the session this event was meant for.

Loading content...

Implementors

impl Event for CdpJsonEventMessage[src]

Loading content...