Trait glib::translate::ToBool[][src]

pub trait ToBool: Copy {
    fn to_bool(self) -> bool;
}

Required Methods

Implementations on Foreign Types

impl ToBool for bool
[src]

impl ToBool for gboolean
[src]

Implementors