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