macro_rules! labels { [] => { ... }; [$($label:expr),+ $(,)?] => { ... }; }
Create a Labels set from a list of string-like values.
Labels