starlane_space::space::substance

Type Alias SubstancePatternCtx

Source
pub type SubstancePatternCtx = SubstancePatternDef<PointCtx>;

Aliased Type§

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

Fields§

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

Trait Implementations§