1 2 3 4 5 6 7
#[derive(PartialEq, Eq, Debug)] pub enum Error { HypervalentAtom, DuplicateBond, MisplacedBond, ImpossibleIsotope }
1 2 3 4 5 6 7
#[derive(PartialEq, Eq, Debug)] pub enum Error { HypervalentAtom, DuplicateBond, MisplacedBond, ImpossibleIsotope }