Struct glib::error::BoolError [] [src]

pub struct BoolError(pub &'static str);

Generic error used for functions that fail without any further information

Methods

impl BoolError
[src]

Trait Implementations

impl Debug for BoolError
[src]

Formats the value using the given formatter.

impl Display for BoolError
[src]

Formats the value using the given formatter. Read more

impl Error for BoolError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more