Searched defs:next_line (Results 1 – 2 of 2) sorted by relevance
102 pub(crate) unsafe fn next_line(iter: *mut c_void) -> Result<*mut Str, Error> { in next_line() function
475 pub async fn next_line(&mut self) -> io::Result<Option<String>> { in next_line() function