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. Read more

impl Display for BoolError
[src]

Formats the value using the given formatter. Read more

impl Error for BoolError
[src]

This method is soft-deprecated. Read more

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

Auto Trait Implementations

impl Send for BoolError

impl Sync for BoolError