Struct swc_css_visit::All [−][src]
pub struct All<V> {
pub visitor: V,
}Expand description
Visit all children nodes. This converts VisitAll to Visit. The type
parameter V should implement VisitAll and All<V> implements Visit.
Fields
visitor: VTrait Implementations
Auto Trait Implementations
impl<V> RefUnwindSafe for All<V> where
V: RefUnwindSafe,
impl<V> UnwindSafe for All<V> where
V: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more