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