pub struct RustDemangler { /* private fields */ }
Expand description
Demangles rustc names, uses rustc_demangle crate
Implementations§
Source§impl RustDemangler
impl RustDemangler
Trait Implementations§
Source§impl Default for RustDemangler
impl Default for RustDemangler
Auto Trait Implementations§
impl Freeze for RustDemangler
impl RefUnwindSafe for RustDemangler
impl Send for RustDemangler
impl Sync for RustDemangler
impl Unpin for RustDemangler
impl UnwindSafe for RustDemangler
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more