Searched defs:write_all_buf (Results 1 – 2 of 2) sorted by relevance
25 pub(crate) fn write_all_buf<'a, W, B>(writer: &'a mut W, buf: &'a mut B) -> WriteAllBuf<'a, W, B> in write_all_buf() function
14 async fn write_all_buf() { in write_all_buf() function