Home
last modified time | relevance | path

Searched defs:BytesIOError (Results 1 – 6 of 6) sorted by relevance

/xiu/library/bytesio/src/
H A Dbytesio_errors.rs20 pub struct BytesIOError { struct
21 pub value: BytesIOErrorValue, argument
24 impl From<BytesIOErrorValue> for BytesIOError { implementation
30 impl From<io::Error> for BytesIOError { implementation
46 impl fmt::Display for BytesIOError { implementation
52 impl Fail for BytesIOError { implementation
H A Dbytesio.rs24 async fn write(&mut self, bytes: Bytes) -> Result<(), BytesIOError>; in write() argument
25 async fn read(&mut self) -> Result<BytesMut, BytesIOError>; in read() argument
26 async fn read_timeout(&mut self, duration: Duration) -> Result<BytesMut, BytesIOError>; in read_timeout() argument
68 async fn write(&mut self, bytes: Bytes) -> Result<(), BytesIOError> { in write() argument
73 async fn read_timeout(&mut self, duration: Duration) -> Result<BytesMut, BytesIOError> { in read_timeout() argument
82 async fn read(&mut self) -> Result<BytesMut, BytesIOError> { in read() argument
112 async fn write(&mut self, bytes: Bytes) -> Result<(), BytesIOError> { in write() argument
118 async fn read_timeout(&mut self, duration: Duration) -> Result<BytesMut, BytesIOError> { in read_timeout() argument
127 async fn read(&mut self) -> Result<BytesMut, BytesIOError> { in read() argument
H A Dbytes_errors.rs19 BytesIOError(BytesIOError), enumerator
69 BytesIOError(BytesIOError), enumerator
/xiu/protocol/rtsp/src/session/
H A Derrors.rs20 BytesIOError(#[cause] BytesIOError), enumerator
/xiu/protocol/webrtc/src/session/
H A Derrors.rs20 BytesIOError(#[cause] BytesIOError), enumerator
/xiu/protocol/rtmp/src/session/
H A Derrors.rs48 BytesIOError(#[cause] BytesIOError), enumerator