Home
last modified time | relevance | path

Searched refs:IOError (Results 1 – 8 of 8) sorted by relevance

/xiu/application/xiu/src/config/
H A Derrors.rs13 IOError(Error), enumerator
19 value: ConfigErrorValue::IOError(error), in from()
/xiu/protocol/rtmp/src/relay/
H A Derrors.rs26 IOError(Error), enumerator
32 value: PushClientErrorValue::IOError(error), in from()
/xiu/library/bytesio/src/
H A Dbytesio_errors.rs13 IOError(io::Error), enumerator
33 value: BytesIOErrorValue::IOError(error), in from()
H A Dbytesio.rs134 value: BytesIOErrorValue::IOError(err), in read()
/xiu/library/container/mpegts/src/
H A Derrors.rs17 IOError(Error), enumerator
55 value: MpegTsErrorValue::IOError(error), in from()
/xiu/library/logger/src/
H A Derrors.rs10 IOError(std::io::Error), enumerator
/xiu/protocol/rtmp/src/handshake/
H A Derrors.rs22 IOError(Error), enumerator
28 value: HandshakeErrorValue::IOError(error), in from()
/xiu/protocol/hls/src/
H A Derrors.rs46 IOError(#[cause] std::io::Error), enumerator
92 value: MediaErrorValue::IOError(error), in from()