Type Alias SetCtx

Source
pub type SetCtx = SetDef<PointCtx>;

Aliased Type§

pub struct SetCtx {
    pub point: PointDef<RouteSeg, PointSegCtx>,
    pub properties: SetProperties,
}

Fields§

§point: PointDef<RouteSeg, PointSegCtx>§properties: SetProperties

Trait Implementations§