make_partition_insert

Macro make_partition_insert 

Source
macro_rules! make_partition_insert {
    {$partition: expr;} => { ... };
    {$partition: expr; $key:expr => $val:expr $(,$keys:expr => $vals:expr)* $(,)?} => { ... };
}
Expand description

Helper macro to support [make_partition].