get_i64

Macro get_i64 

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

ยงMacro get_i64!

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