pub type SubstanceTypePatternCtx = SubstanceTypePatternDef<PointCtx>;Aliased Type§
enum SubstanceTypePatternCtx {
Empty,
Primitive(SubstanceKind),
List(ListPattern),
Map(Box<MapPatternDef<PointDef<RouteSeg, PointSegCtx>>>),
}pub type SubstanceTypePatternCtx = SubstanceTypePatternDef<PointCtx>;enum SubstanceTypePatternCtx {
Empty,
Primitive(SubstanceKind),
List(ListPattern),
Map(Box<MapPatternDef<PointDef<RouteSeg, PointSegCtx>>>),
}