Type Alias LabeledPrimitiveTypeCtx

Source
pub type LabeledPrimitiveTypeCtx = LabeledPrimitiveTypeDef<PointCtx>;

Aliased Type§

pub struct LabeledPrimitiveTypeCtx {
    pub label: String,
    pub def: PayloadType2Def<PointDef<RouteSeg, PointSegCtx>>,
}

Fields§

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