pub struct ProofEraser { /* private fields */ }Expand description
Context for the proof erasure pass.
Auto Trait Implementations§
impl Freeze for ProofEraser
impl RefUnwindSafe for ProofEraser
impl Send for ProofEraser
impl Sync for ProofEraser
impl Unpin for ProofEraser
impl UnsafeUnpin for ProofEraser
impl UnwindSafe for ProofEraser
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