macro_rules! bool_error {
($($msg:tt)*) => { ... };
}Expand description
Generic error used for functions that fail without any further information
macro_rules! bool_error {
($($msg:tt)*) => { ... };
}Generic error used for functions that fail without any further information