pub type EffectSet = BTreeSet<String>;
Sorted set of effect-kind strings (e.g. ["fs_write", "io"]). BTreeSet so the canonical form is order-independent for hashing.
["fs_write", "io"]
BTreeSet
pub struct EffectSet { /* private fields */ }