pub struct Erased { /* private fields */ }
Expand description
A type used to represent an untyped pointer
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Erased
impl RefUnwindSafe for Erased
impl Send for Erased
impl Sync for Erased
impl Unpin for Erased
impl UnwindSafe for Erased
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