macro_rules! confined_set {
    ($($x:expr),+ $(,)?) => { ... };
}
Expand description

Helper macro to construct confined HashSet of a given type