[][src]Trait swc_ecma_visit::Node

pub trait Node: Any { }

Visitable nodes.

Implementors

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

Loading content...