Searched defs:with_buf (Results 1 – 4 of 4) sorted by relevance
43 pub fn with_buf(buf: Vec<u8>, inner: R) -> BufReader<R> { in with_buf() method
80 pub fn with_buf(buf: &'a mut [MaybeUninit<u8>]) -> Self { in with_buf() method
188 fn with_buf(buf: &str) -> Result<Self, Error> { in with_buf() method