Home
last modified time | relevance | path

Searched defs:ErrorKind (Results 1 – 1 of 1) sorted by relevance

/qemu/rust/qemu-api/src/
H A Derrno.rs21 impl From<Errno> for ErrorKind { implementation
22 fn from(value: Errno) -> ErrorKind { in from()