pub trait FromAtom<'js>: Sized { fn from_atom(atom: Atom<'js>) -> Result<Self>; }
Trait for converting values from atoms.