Searched defs:ErrorKind (Results 1 – 1 of 1) sorted by relevance
21 impl From<Errno> for ErrorKind { implementation22 fn from(value: Errno) -> ErrorKind { in from()