Type Alias LabeledPrimitiveType

Source
pub type LabeledPrimitiveType = LabeledPrimitiveTypeDef<Point>;

Aliased Type§

pub struct LabeledPrimitiveType {
    pub label: String,
    pub def: PayloadType2Def<PointDef<RouteSeg, PointSeg>>,
}

Fields§

§label: String§def: PayloadType2Def<PointDef<RouteSeg, PointSeg>>