starlane_space::space::substance

Type Alias CallWithConfig

Source
pub type CallWithConfig = CallWithConfigDef<Point>;

Aliased Type§

struct CallWithConfig {
    pub call: CallDef<PointDef<RouteSeg, PointSeg>>,
    pub config: Option<PointDef<RouteSeg, PointSeg>>,
}

Fields§

§call: CallDef<PointDef<RouteSeg, PointSeg>>§config: Option<PointDef<RouteSeg, PointSeg>>