pub type GetCtx = GetDef<PointCtx>;
pub struct GetCtx { pub point: PointDef<RouteSeg, PointSegCtx>, pub op: GetOp, }
point: PointDef<RouteSeg, PointSegCtx>
op: GetOp