Function convert_atom_to_string
pub fn convert_atom_to_string(atom: &Wtf8Atom) -> StringExpand description
Helper function to convert Wtf8Atom to String
Note: .as_str() returns an Option<&str> that only fails when the string contains invalid UTF-8