Trait moore_svlog::mir::WalkVisitor[][src]

pub trait WalkVisitor<'a> {
    fn walk(&'a self, _visitor: &mut dyn Visitor<'a>) { ... }
}
Expand description

A node that walks a Visitor over itself.

Provided methods

Walk a visitor over self.

Implementations on Foreign Types

Implementors