Crate pushevent

Source

Modules§

client
server

Structs§

Event
Base Event struct which can be sent across a channel provided by Server::get_tx. This struct encapsulates a inner trait object and res which is the resource we want to target.

Traits§

SerializableEvent
SerializableEvent denotes structs that are able to serialize to some String. This is used as mainly a marker trait, underneath serialize you most likely would want to use serde.