Skip to main content

insert_items

Macro insert_items 

Source
macro_rules! insert_items {
    (
        $(
            $column:literal $op:tt $value:expr
        ),* $(,)?
    ) => { ... };
}