Macro get_i8

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

ยงMacro get_i8!

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