pub struct AstWalker;Expand description
AST tree walker for traversal patterns
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AstWalker
impl RefUnwindSafe for AstWalker
impl Send for AstWalker
impl Sync for AstWalker
impl Unpin for AstWalker
impl UnwindSafe for AstWalker
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