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