get_raw

Macro get_raw 

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

ยงMacro get_raw!

  • Returns the raw byte slice &[u8] of the field.
  • No conversion or decoding is performed.