Skip to main content

convert_atom_to_str_ref

Function convert_atom_to_str_ref 

pub fn convert_atom_to_str_ref(atom: &Wtf8Atom) -> &str
Expand description

Helper function to convert Atom to &str (reference, not owned String) Useful when you need a reference instead of an owned String