pub type MapEntryPatternCtx = MapEntryPatternDef<PointCtx>;Aliased Type§
pub struct MapEntryPatternCtx {
pub key: String,
pub payload: ValuePattern<SubstancePatternDef<PointDef<RouteSeg, PointSegCtx>>>,
}Fields§
§key: String§payload: ValuePattern<SubstancePatternDef<PointDef<RouteSeg, PointSegCtx>>>