pub fn load_launch_config(
path: &Path,
) -> Result<LaunchConfig, LaunchConfigError>Expand description
Load a launch.yaml file and run strict schema validation.
pub fn load_launch_config(
path: &Path,
) -> Result<LaunchConfig, LaunchConfigError>Load a launch.yaml file and run strict schema validation.