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