Module chromiumoxide_cdp::cdp[][src]

Re-exports

pub use events::*;

Modules

Enums

An enum that does nothing for built in types but contains the conversion method for custom events

Traits

This trait allows for implementing custom events that are not covered by the chrome protocol definitions.

This is trait that all Events share

A trait on top of the Event trait

Type Definitions

Function type to convert a json event into an instance of it self but as dyn Event