Home
last modified time | relevance | path

Searched refs:OneshotRecvError (Results 1 – 2 of 2) sorted by relevance

/xiu/protocol/rtmp/src/remuxer/
H A Derrors.rs10 tokio::sync::oneshot::error::RecvError as OneshotRecvError,
44 OneshotRecvError(#[cause] OneshotRecvError), enumerator
120 impl From<OneshotRecvError> for RtmpRemuxerError {
121 fn from(error: OneshotRecvError) -> Self { in from()
123 value: RtmpRemuxerErrorValue::OneshotRecvError(error), in from()
/xiu/protocol/hls/src/
H A Derrors.rs9 tokio::sync::oneshot::error::RecvError as OneshotRecvError,
138 OneshotRecvError(#[cause] OneshotRecvError), enumerator
196 impl From<OneshotRecvError> for HlsError {
197 fn from(error: OneshotRecvError) -> Self { in from()
199 value: HlsErrorValue::OneshotRecvError(error), in from()