Function crev_common::save_to_yaml_file[][src]

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