macro_rules! mock_row {
( $( $name:expr => $val:expr ),* $(,)? ) => { ... };
}Expand description
Constructs a sequence-free structurally valid chopin_pg::Row from literal tuple representations.
Useful directly within MockExecutor::push_result.