Home
last modified time | relevance | path

Searched defs:Event (Results 1 – 2 of 2) sorted by relevance

/webrtc/stun/src/
H A Dagent.rs58 pub struct Event { struct
59 pub event_type: EventType, argument
63 impl Default for Event { implementation
H A Dclient.rs281 mut handler_rx: mpsc::UnboundedReceiver<Event>, in start()