pub enum DomainType { Discrete(Vec) } pub struct Node { pub domain: DomainType, pub label: String }