Skip to main content

convert_atom_to_string

Function convert_atom_to_string 

pub fn convert_atom_to_string(atom: &Wtf8Atom) -> String
Expand 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