Lines Matching refs:SessionError
13 pub struct SessionError { struct
49 impl From<RTCError> for SessionError { implementation
51 SessionError { in from()
57 impl From<BytesIOError> for SessionError { implementation
59 SessionError { in from()
65 impl From<BytesReadError> for SessionError { implementation
67 SessionError { in from()
73 impl From<BytesWriteError> for SessionError { implementation
75 SessionError { in from()
81 impl From<Utf8Error> for SessionError { implementation
83 SessionError { in from()
89 impl From<ChannelError> for SessionError { implementation
91 SessionError { in from()
97 impl From<RecvError> for SessionError { implementation
99 SessionError { in from()
105 impl fmt::Display for SessionError { implementation
111 impl Fail for SessionError { implementation