Home
last modified time | relevance | path

Searched defs:read (Results 1 – 2 of 2) sorted by relevance

/xiu/library/bytesio/src/
H A Dbytesio.rs25 async fn read(&mut self) -> Result<BytesMut, BytesIOError>; in read() method
82 async fn read(&mut self) -> Result<BytesMut, BytesIOError> { in read() method
127 async fn read(&mut self) -> Result<BytesMut, BytesIOError> { in read() method
H A Dbytes_reader.rs167 pub async fn read(&mut self) -> Result<(), BytesReadError> { in read() function