Function generate_file

pub fn generate_file<P>(
    map: &BTreeMap<String, Vec<LoadedEntry>>,
    dest_path: P,
) -> Result<(), Error>
where P: AsRef<Path>,
Expand description

Generate a file containing a with_<feat> method for OidRegistry