Enum xdg::error::ErrorKind
[-] [+]
[src]
pub enum ErrorKind {
Xdg(XdgError),
Io(Error),
}Variants
Xdg | |
Io |
pub enum ErrorKind {
Xdg(XdgError),
Io(Error),
}Xdg | |
Io |
impl Debug for ErrorKind
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).