macro_rules! struct_without_tag {
($builder:expr $(, $tag:expr)* $(,)?) => { ... };
}Expand description
Variadic helper for Struct::without_tag.
macro_rules! struct_without_tag {
($builder:expr $(, $tag:expr)* $(,)?) => { ... };
}Variadic helper for Struct::without_tag.