Skip to main content

mock_row

Macro mock_row 

Source
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.