Type Alias LabeledPrimitiveTypeVar

Source
pub type LabeledPrimitiveTypeVar = LabeledPrimitiveTypeDef<PointVar>;

Aliased Type§

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

Fields§

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