Macro get_bool

Source
macro_rules! get_bool {
    ($row:expr, $idx:expr) => { ... };
}
Expand description

ยงMacro get_bool!

  • Retrieves the field value as a boolean.
  • Supports "true", "false", "1", and "0" values.