starlane_space::space::substance

Type Alias CallWithConfigVar

Source
pub type CallWithConfigVar = CallWithConfigDef<PointVar>;

Aliased Type§

struct CallWithConfigVar {
    pub call: CallDef<PointDef<RouteSegVar, PointSegVar>>,
    pub config: Option<PointDef<RouteSegVar, PointSegVar>>,
}

Fields§

§call: CallDef<PointDef<RouteSegVar, PointSegVar>>§config: Option<PointDef<RouteSegVar, PointSegVar>>

Trait Implementations§