Searched defs:BytesIOError (Results 1 – 6 of 6) sorted by relevance
| /xiu/library/bytesio/src/ |
| H A D | bytesio_errors.rs | 20 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 D | bytesio.rs | 24 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 D | bytes_errors.rs | 19 BytesIOError(BytesIOError), enumerator 69 BytesIOError(BytesIOError), enumerator
|
| /xiu/protocol/rtsp/src/session/ |
| H A D | errors.rs | 20 BytesIOError(#[cause] BytesIOError), enumerator
|
| /xiu/protocol/webrtc/src/session/ |
| H A D | errors.rs | 20 BytesIOError(#[cause] BytesIOError), enumerator
|
| /xiu/protocol/rtmp/src/session/ |
| H A D | errors.rs | 48 BytesIOError(#[cause] BytesIOError), enumerator
|