Module chromiumoxide_cdp::cdp

source ·

Re-exports

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 Aliases

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