Macro deref_forward_row

Source
macro_rules! deref_forward_row {
    () => { ... };
}
Expand description

Forward the implementation of Row to the deref target.