pub struct AstValidator { /* private fields */ }Expand description
AST validator for gold files
Validates the parsed AST for structural correctness and basic semantic rules.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AstValidator
impl RefUnwindSafe for AstValidator
impl Send for AstValidator
impl Sync for AstValidator
impl Unpin for AstValidator
impl UnwindSafe for AstValidator
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