Searched defs:WindowsError (Results 1 – 4 of 4) sorted by relevance
13 pub struct WindowsError(pub(crate) std::io::Error); struct15 impl std::fmt::Debug for WindowsError { implementation
58 WindowsError = None variable
15 class WindowsError(Exception): class
115 TEST(UtilTest, WindowsError) { in TEST() argument