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