Macro get_i32

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

ยงMacro get_i32!

  • Retrieves the field value as an i32.
  • Panics if conversion fails.