Searched refs:USER_ABORTED (Results 1 – 1 of 1) sorted by relevance
199 static mut USER_ABORTED: Option<Box<dyn error::Error>> = None; in source() variable203 unsafe { USER_ABORTED = Some(Box::new(HttpClientError::user_aborted())) }; in source()207 return unsafe { USER_ABORTED.as_ref().map(|e| e.as_ref()) }; in source()