Searched defs:read_exact (Results 1 – 3 of 3) sorted by relevance
57 async fn read_exact(&mut self, out: &mut [u8]) -> Result<()> { in read_exact() method
127 async fn read_exact(&mut self, out: &mut [u8]) -> Result<()>; in read_exact() method1244 async fn read_exact(&mut self, out: &mut [u8]) -> Result<()> { in read_exact() method
1868 async fn read_exact(&mut self, out: &mut [u8]) -> Result<(), Error> { in read_exact() method