Trait feroxide::Element [] [src]

pub trait Element: Properties + Hash {
    fn get_charge(&self) -> Option<AtomCharge>;
fn get_molecule(&self) -> Option<&Molecule>; }

Required Methods

Get the charge of the current Element

Get the molecule associated with the current Element

Implementors