Expand description
reexport the generated cdp types
Modules§
Structs§
Enums§
- CdpEvent
- Event
Kind - An enum that does nothing for built in types but contains the conversion method for custom events
Traits§
- Custom
Event - This trait allows for implementing custom events that are not covered by the chrome protocol definitions.
- Event
- This is trait that all Events share
- Into
Event Kind - A trait on top of the
Event
trait
Type Aliases§
- Event
Conversion - Function type to convert a json event into an instance of it self but as dyn Event