pub type SubstanceTypePatternVar = SubstanceTypePatternDef<PointVar>;Aliased Type§
pub enum SubstanceTypePatternVar {
Empty,
Primitive(SubstanceKind),
List(ListPattern),
Map(Box<MapPatternDef<PointDef<RouteSegVar, PointSegVar>>>),
}pub type SubstanceTypePatternVar = SubstanceTypePatternDef<PointVar>;pub enum SubstanceTypePatternVar {
Empty,
Primitive(SubstanceKind),
List(ListPattern),
Map(Box<MapPatternDef<PointDef<RouteSegVar, PointSegVar>>>),
}