get_str_utf8

Macro get_str_utf8 

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

ยงMacro get_str_utf8!

  • Returns the UTF-8 &str from the field content.
  • No decoding applied.