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