Type Alias cosmic_space::selector::LabeledPrimitiveTypeVar

source ·
pub type LabeledPrimitiveTypeVar = LabeledPrimitiveTypeDef<PointVar>;

Aliased Type§

struct LabeledPrimitiveTypeVar {
    pub label: String,
    pub def: PayloadType2Def<PointDef<RouteSegVar, PointSegVar>>,
}

Fields§

§label: String§def: PayloadType2Def<PointDef<RouteSegVar, PointSegVar>>