Trait swc_css_visit::Node

source ·
pub trait Node { }
Expand description

Visitable nodes.

Implementors§

source§

impl<T: ?Sized> Node for T