pub struct ErasureContext { /* private fields */ }Expand description
An erasure context tracking which variables are types vs terms.
Implementations§
Source§impl ErasureContext
impl ErasureContext
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ErasureContext
impl RefUnwindSafe for ErasureContext
impl Send for ErasureContext
impl Sync for ErasureContext
impl Unpin for ErasureContext
impl UnsafeUnpin for ErasureContext
impl UnwindSafe for ErasureContext
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