Lines Matching refs:HttpFLvError
25 pub struct HttpFLvError { struct
51 impl From<SessionError> for HttpFLvError { implementation
53 HttpFLvError { in from()
59 impl From<FlvMuxerError> for HttpFLvError { implementation
61 HttpFLvError { in from()
67 impl From<SendError> for HttpFLvError { implementation
69 HttpFLvError { in from()
75 impl From<Amf0WriteError> for HttpFLvError { implementation
77 HttpFLvError { in from()
83 impl From<MetadataError> for HttpFLvError { implementation
85 HttpFLvError { in from()
91 impl From<ChannelError> for HttpFLvError { implementation
93 HttpFLvError { in from()
99 impl From<RecvError> for HttpFLvError { implementation
101 HttpFLvError { in from()
107 impl fmt::Display for HttpFLvError { implementation