Home
last modified time | relevance | path

Searched refs:str_res (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
H A Dread_task.rs170 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() localVariable
460 let res = poll_ready!(io_string_result(io_res, str_res, *read_len, output))?; in poll_next_line()