Trait feroxide::Element [] [src]

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

Required Methods

Get the charge of the current Element

Get the molecule associated with the current Element

Implementors