Home
last modified time | relevance | path

Searched refs:last_e (Results 1 - 3 of 3) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/
H A Daddr.rs29 let mut last_e = None; variables
34 Err(e) => last_e = Some(e),
38 Err(last_e.unwrap_or(io::Error::new(
H A Dudp.rs170 let mut last_e = None; variables
176 Err(e) => last_e = Some(e),
180 Err(last_e.unwrap_or(io::Error::new(
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/connector/
H A Dmod.rs285 let mut last_e = None; in connect() variables
290 last_e = Some(e); in connect()
319 Err(last_e.unwrap_or(HttpClientError::from_str( in connect()

Completed in 4 milliseconds