[][src]Trait binjs_es6::ast::WalkGuard

pub trait WalkGuard<V> where
    Self: Sized
{ fn new(visitor: &V, path: &WalkPath) -> Self; }

Required methods

fn new(visitor: &V, path: &WalkPath) -> Self

Loading content...

Implementations on Foreign Types

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

Trivial implementation of WalkGuard for ().

Loading content...

Implementors

Loading content...