macro_rules! insert_cols {
($builder:expr $(, $col:expr)* $(,)?) => { ... };
}Expand description
为 InsertBuilder::cols 提供 Go 风格的可变参数调用。
macro_rules! insert_cols {
($builder:expr $(, $col:expr)* $(,)?) => { ... };
}为 InsertBuilder::cols 提供 Go 风格的可变参数调用。