pub trait ElementVariant {
// Required method
fn element(&self) -> Element;
}Expand description
Element that an isotope belongs to.
pub trait ElementVariant {
// Required method
fn element(&self) -> Element;
}Element that an isotope belongs to.