starlane_space::space::substance

Type Alias CallWithConfigCtx

Source
pub type CallWithConfigCtx = CallWithConfigDef<PointCtx>;

Aliased Type§

struct CallWithConfigCtx {
    pub call: CallDef<PointDef<RouteSeg, PointSegCtx>>,
    pub config: Option<PointDef<RouteSeg, PointSegCtx>>,
}

Fields§

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

Trait Implementations§