Trait swc_core::common::pass::ParentKind

pub trait ParentKind: Copy {
    // Required method
    fn set_index(&mut self, index: usize);
}
Available on crate feature __common only.

Required Methods§

fn set_index(&mut self, index: usize)

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

§

impl ParentKind for AstParentKind

§

fn set_index(&mut self, index: usize)

Implementors§

§

impl ParentKind for swc_core::ecma::visit::AstParentKind