[][src]Function cplus_demangle::demangle_with_options

pub fn demangle_with_options(
    mangled_name: &str,
    options: Options
) -> Result<String, Error>

Demangle the given name with the specified options.

Fails if: the name contains a null character, or demangling fails.