Macro tuple_try_from_row

Source
macro_rules! tuple_try_from_row {
    ($($field:ident),*) => { ... };
}