pub struct Lowerer { /* private fields */ }Expand description
Lowerer converts Core Forms to Rust AST
Implementations§
Auto Trait Implementations§
impl Freeze for Lowerer
impl RefUnwindSafe for Lowerer
impl !Send for Lowerer
impl !Sync for Lowerer
impl Unpin for Lowerer
impl UnwindSafe for Lowerer
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