Trait rquickjs_core::FromAtom[][src]

pub trait FromAtom<'js>: Sized {
    fn from_atom(atom: Atom<'js>) -> Result<Self>;
}
Expand description

Trait for converting values from atoms.

Required methods

Implementations on Foreign Types

Implementors