Trait swc_ecma_visit::Node[][src]

pub trait Node: Any { }
Expand description

Visitable nodes.

Implementors

impl<T: ?Sized> Node for T where
    T: Any
[src]

Loading content...