macro_rules! deref_forward_row { () => { ... }; }
Forward the implementation of Row to the deref target.
Row