[][src]Function crev_common::save_to_yaml_file

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