Trait glib::translate::ToBool

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

Required Methods

Implementations on Foreign Types

Implementors