cpp_demangle

Type Alias OwnedSymbol

Source
pub type OwnedSymbol = Symbol<Vec<u8>>;
Expand description

A Symbol which owns the underlying storage for the mangled name.

Aliased Typeยง

struct OwnedSymbol { /* private fields */ }