Searched refs:OneshotRecvError (Results 1 – 2 of 2) sorted by relevance
10 tokio::sync::oneshot::error::RecvError as OneshotRecvError,44 OneshotRecvError(#[cause] OneshotRecvError), enumerator120 impl From<OneshotRecvError> for RtmpRemuxerError {121 fn from(error: OneshotRecvError) -> Self { in from()123 value: RtmpRemuxerErrorValue::OneshotRecvError(error), in from()
9 tokio::sync::oneshot::error::RecvError as OneshotRecvError,138 OneshotRecvError(#[cause] OneshotRecvError), enumerator196 impl From<OneshotRecvError> for HlsError {197 fn from(error: OneshotRecvError) -> Self { in from()199 value: HlsErrorValue::OneshotRecvError(error), in from()