Macro is_empty_field

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

ยงMacro is_empty_field!

  • Returns true if the field is empty (e.g., "" or null-equivalent).