Type Alias cosmic_space::selector::LabeledPrimitiveType

source ·
pub type LabeledPrimitiveType = LabeledPrimitiveTypeDef<Point>;

Aliased Type§

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

Fields§

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