pub type SubstancePatternVar = SubstancePatternDef<PointVar>;Aliased Type§
pub struct SubstancePatternVar {
pub structure: SubstanceTypePatternDef<PointDef<RouteSegVar, PointSegVar>>,
pub format: Option<SubstanceFormat>,
pub validator: Option<CallWithConfigDef<PointDef<RouteSegVar, PointSegVar>>>,
}Fields§
§structure: SubstanceTypePatternDef<PointDef<RouteSegVar, PointSegVar>>§format: Option<SubstanceFormat>§validator: Option<CallWithConfigDef<PointDef<RouteSegVar, PointSegVar>>>