pub fn save_to_yaml_file<T>(path: &Path, t: &T) -> Result<(), YAMLIOError>where
    T: Serialize,