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