Skip to main content

EffectSet

Type Alias EffectSet 

Source
pub type EffectSet = BTreeSet<String>;
Expand description

Sorted set of effect-kind strings (e.g. ["fs_write", "io"]). BTreeSet so the canonical form is order-independent for hashing.

Aliased Typeยง

pub struct EffectSet { /* private fields */ }