chromiumoxide::cdp

Trait Event

Source
pub trait Event: SealedEvent { }
Expand description

This is trait that all Events share

This trait is sealed to prevent implementation. The only way to implement a new Event is by implementing CustomEvent

Implementors§

Source§

impl<T> Event for T
where T: SealedEvent,