pub fn serialize_atom_name<Static, W>( ident: &Atom<Static>, dest: &mut W, ) -> Resultwhere Static: StaticAtomSet, W: Write,
Serialize a name which is represented as an Atom.