Macro tmi::whitelist

source ·
macro_rules! whitelist {
    [$($tag:ident),*] => { ... };
}
Expand description

Constructs a whitelist from a list of tags names.

The tag names are the PascalCase variants of the Tag enum.