Macro mirai_annotations::tag_propagation_set[][src]

macro_rules! tag_propagation_set {
    ($($x : expr), *) => { ... };
}
Expand description

Provide a way to create tag propagation sets. It is equivalent to bitwise-or of all its arguments.