Trait IntoAtom

Source
pub trait IntoAtom {
    // Required method
    fn into_atom(self) -> Atom;
}

Required Methods§

Source

fn into_atom(self) -> Atom

Implementors§

Source§

impl<A: Into<Atom>> IntoAtom for A