pub trait IntoAtom<'js> {
// Required method
fn into_atom(self, ctx: &Ctx<'js>) -> Result<Atom<'js>, Error>;
}
Expand description
Trait for converting values to atoms.
pub trait IntoAtom<'js> {
// Required method
fn into_atom(self, ctx: &Ctx<'js>) -> Result<Atom<'js>, Error>;
}
Trait for converting values to atoms.