pub type Set = SetDef<Point>;
pub struct Set { pub point: PointDef<RouteSeg, PointSeg>, pub properties: SetProperties, }
point: PointDef<RouteSeg, PointSeg>
properties: SetProperties