pub fn demangle(mangled_name: &str) -> Result<String, Error>
Expand description

Demangle the given name, with default options.