[][src]Function gchemol::io::write_format

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

Write molecules into path in specific chemical file format.