pub trait IntoAtom { // Required method fn into_atom(self) -> Atom; }
Trait for types which can be turned into an Atom.
Atom
Turn this object into an Atom.