Home
last modified time | relevance | path

Searched refs:Io (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/autocfg/src/
Derror.rs20 ErrorKind::Io(ref e) => Some(e), in cause()
31 ErrorKind::Io(ref e) => e.fmt(f), in fmt()
41 Io(io::Error), enumerator
49 kind: ErrorKind::Io(e), in from_io()