pub fn serialize_atom_identifier<Static, W>(
    ident: &Atom<Static>,
    dest: &mut W
) -> Resultwhere
    Static: StaticAtomSet,
    W: Write,
Expand description

Serialize an identifier which is represented as an atom.