Trait chromiumoxide::cdp::Event[][src]

pub trait Event: SealedEvent { }

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

impl<T> Event for T where
    T: SealedEvent, 
[src]

Loading content...