chromiumoxide

Module cdp

Source
Expand description

reexport the generated cdp types

Modules§

browser_protocol
de
events
js_protocol

Structs§

CdpEventMessage

Enums§

CdpEvent
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 Aliases§

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