Enum pnmixerlib::errors::ErrorKind
[−]
pub enum ErrorKind { Msg(String), Alsa(Error), IO(Error), Toml(Error), Png(DecodingError), GtkResponseCancel(String), }
The kind of an error.
Variants
Msg(String)
A convenient variant for String.
Alsa(Error)
IO(Error)
Toml(Error)
Png(DecodingError)
GtkResponseCancel(String)
Methods
impl ErrorKind
fn description(&self) -> &str
[−]
A string describing the error kind.
Trait Implementations
impl Debug for ErrorKind
impl Display for ErrorKind
fn fmt(&self, fmt: &mut Formatter) -> Result
[−]
Formats the value using the given formatter. Read more