Macro glib::bool_error
source · [−]macro_rules! bool_error {
($msg:expr) => { ... };
($($msg:tt)*) => { ... };
}
Expand description
Generic error used for functions that fail without any further information
macro_rules! bool_error {
($msg:expr) => { ... };
($($msg:tt)*) => { ... };
}
Generic error used for functions that fail without any further information