pub type PathVariantShowcase = PathVariant<PathDataShowcase, PathWaypointDataShowcase>;Aliased Type§
struct PathVariantShowcase {
pub header: PathHeader,
pub path_data: PathDataShowcase,
pub waypoints: Vec<PathWaypointVariant<PathWaypointDataShowcase>>,
}Fields§
§header: PathHeader§path_data: PathDataShowcase§waypoints: Vec<PathWaypointVariant<PathWaypointDataShowcase>>