Macro get_str

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