Type Alias Create

Source
pub type Create = CreateDef<Point, StateSrc>;

Aliased Type§

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

Fields§

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

Implementations§

Trait Implementations§

Source§

impl Into<DirectedCore> for Create

Source§

fn into(self) -> DirectedCore

Converts this type into the (usually inferred) input type.
Source§

impl Into<DirectedProto> for Create

Source§

fn into(self) -> DirectedProto

Converts this type into the (usually inferred) input type.