[][src]Function gchemol::io::read_from

pub fn read_from<R, S>(
    source: R,
    fmt: S
) -> Result<impl Iterator<Item = Molecule>, Error> where
    R: Read + Seek,
    S: AsRef<str>, 

Read molecules from readable source in specific chemical file format.