pub trait IntoAtom<'js> { fn into_atom(self, ctx: Ctx<'js>) -> Atom<'js>; }
Trait for converting values to atoms.