Searched refs:str_res (Results 1 – 1 of 1) sorted by relevance
170 str_res: Result<String, FromUtf8Error>, in io_string_result()174 match (io_res, str_res) { in io_string_result()458 let str_res = String::from_utf8(mem::take(buf)); in poll_next_line() localVariable460 let res = poll_ready!(io_string_result(io_res, str_res, *read_len, output))?; in poll_next_line()