cpp_demangle

Type Alias BorrowedSymbol

Source
pub type BorrowedSymbol<'a> = Symbol<&'a [u8]>;
Expand description

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

Aliased Typeยง

struct BorrowedSymbol<'a> { /* private fields */ }