write_format

Function write_format 

Source
pub fn write_format<'a, P: AsRef<Path>>(
    path: P,
    mols: impl IntoIterator<Item = &'a Molecule>,
    fmt: &str,
) -> Result<()>
Expand description

Write molecules into path in specific chemical file format.