starlane_space::space::selector

Type Alias LabeledPrimitiveTypeCtx

Source
pub type LabeledPrimitiveTypeCtx = LabeledPrimitiveTypeDef<PointCtx>;

Aliased Type§

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

Fields§

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