[][src]Function mangling::demangle

pub fn demangle(name: &str) -> Result<Vec<u8>, Box<dyn Error>>

Reverses the transformation performed by mangle.

Failures

An Err result will be returned if the input is not exactly a validly mangled symbol, in its entirety and nothing more.