Type Alias cosmic_space::selector::MapEntryPattern
source · pub type MapEntryPattern = MapEntryPatternDef<Point>;Aliased Type§
struct MapEntryPattern {
pub key: String,
pub payload: ValuePattern<SubstancePatternDef<PointDef<RouteSeg, PointSeg>>>,
}Fields§
§key: String§payload: ValuePattern<SubstancePatternDef<PointDef<RouteSeg, PointSeg>>>