starlane_space::space::substance

Type Alias CallCtx

Source
pub type CallCtx = CallDef<PointCtx>;

Aliased Type§

struct CallCtx {
    pub point: PointDef<RouteSeg, PointSegCtx>,
    pub kind: CallKind,
}

Fields§

§point: PointDef<RouteSeg, PointSegCtx>§kind: CallKind

Trait Implementations§