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]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Display for BoolError
[src]
fn fmt(&self, f: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more