Type Alias SubstancePattern

Source
pub type SubstancePattern = SubstancePatternDef<Point>;

Aliased Type§

pub struct SubstancePattern {
    pub structure: SubstanceTypePatternDef<PointDef<RouteSeg, PointSeg>>,
    pub format: Option<SubstanceFormat>,
    pub validator: Option<CallWithConfigDef<PointDef<RouteSeg, PointSeg>>>,
}

Fields§

§structure: SubstanceTypePatternDef<PointDef<RouteSeg, PointSeg>>§format: Option<SubstanceFormat>§validator: Option<CallWithConfigDef<PointDef<RouteSeg, PointSeg>>>