pub trait IntoAtom<'js> {
    fn into_atom(self, ctx: Ctx<'js>) -> Atom<'js>;
}
Expand description

Trait for converting values to atoms.

Required Methods

Implementations on Foreign Types

Implementors