Module chromiumoxide_cdp::cdp[][src]

Re-exports

pub use events::*;

Modules

browser_protocol
de
events
js_protocol

Enums

EventKind

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

Traits

CustomEvent

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

Event

This is trait that all Events share

IntoEventKind

A trait on top of the Event trait

Type Definitions

EventConversion

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