Type Definition cpp_demangle::BorrowedSymbol
source · pub type BorrowedSymbol<'a> = Symbol<&'a [u8]>;
Expand description
A Symbol
which borrows the underlying storage for the mangled name.
pub type BorrowedSymbol<'a> = Symbol<&'a [u8]>;
A Symbol
which borrows the underlying storage for the mangled name.