Type Alias PointTemplateCtx

Source
pub type PointTemplateCtx = PointTemplateDef<PointCtx>;

Aliased Type§

pub struct PointTemplateCtx {
    pub parent: PointDef<RouteSeg, PointSegCtx>,
    pub child_segment_template: PointSegTemplate,
}

Fields§

§parent: PointDef<RouteSeg, PointSegCtx>§child_segment_template: PointSegTemplate

Trait Implementations§