[][src]Trait binjs::specialized::es6::ast::WalkGuard

pub trait WalkGuard<V> {
    fn new(visitor: &V, path: &Path<ASTNode, ASTField>) -> Self;
}

Required methods

fn new(visitor: &V, path: &Path<ASTNode, ASTField>) -> Self

Loading content...

Implementations on Foreign Types

impl<V> WalkGuard<V> for ()[src]

Trivial implementation of WalkGuard for ().

impl WalkGuard<LazifierVisitor> for Option<LevelGuard>[src]

Trivial implementation of the constructor for Option<LevelGuard>.

Loading content...

Implementors

Loading content...