chromiumoxide::cdp

Type Alias EventConversion

Source
pub type EventConversion = Box<dyn Fn(Value) -> Result<Arc<dyn Event>, Error> + Send>;
Expand description

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

Aliased Typeยง

struct EventConversion(/* private fields */);