Home
last modified time | relevance | path

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

/xiu/protocol/webrtc/src/
H A Derrors.rs9 pub struct WebRTCError { struct
10 pub value: WebRTCErrorValue, argument
23 impl From<RTCError> for WebRTCError { implementation
31 impl From<RTCUtilError> for WebRTCError { implementation
39 impl fmt::Display for WebRTCError { implementation
45 impl Fail for WebRTCError { implementation