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>>