Trait rquickjs_core::IntoAtom[][src]

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