pub struct FreeVarCollector { /* private fields */ }Expand description
Collector that finds all free variables in an LCNF expression.
Auto Trait Implementations§
impl Freeze for FreeVarCollector
impl RefUnwindSafe for FreeVarCollector
impl Send for FreeVarCollector
impl Sync for FreeVarCollector
impl Unpin for FreeVarCollector
impl UnsafeUnpin for FreeVarCollector
impl UnwindSafe for FreeVarCollector
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