Macro get_string

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

ยงMacro get_string!

  • Returns the field content as a String decoded with the specified encoding.