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