Type Alias CreateCtx

Source
pub type CreateCtx = CreateDef<PointCtx, StateSrc>;

Aliased Type§

pub struct CreateCtx {
    pub template: TemplateDef<PointTemplateDef<PointDef<RouteSeg, PointSegCtx>>>,
    pub properties: SetProperties,
    pub strategy: Strategy,
    pub state: StateSrc,
}

Fields§

§template: TemplateDef<PointTemplateDef<PointDef<RouteSeg, PointSegCtx>>>§properties: SetProperties§strategy: Strategy§state: StateSrc

Trait Implementations§