Type Alias CreateVar

Source
pub type CreateVar = CreateDef<PointVar, StateSrcVar>;

Aliased Type§

pub struct CreateVar {
    pub template: TemplateDef<PointTemplateDef<PointDef<RouteSegVar, PointSegVar>>>,
    pub properties: SetProperties,
    pub strategy: Strategy,
    pub state: StateSrcVar,
}

Fields§

§template: TemplateDef<PointTemplateDef<PointDef<RouteSegVar, PointSegVar>>>§properties: SetProperties§strategy: Strategy§state: StateSrcVar

Trait Implementations§