Searched defs:read (Results 1 – 2 of 2) sorted by relevance
25 async fn read(&mut self) -> Result<BytesMut, BytesIOError>; in read() method82 async fn read(&mut self) -> Result<BytesMut, BytesIOError> { in read() method127 async fn read(&mut self) -> Result<BytesMut, BytesIOError> { in read() method
167 pub async fn read(&mut self) -> Result<(), BytesReadError> { in read() function