Trait swc_core::ecma::utils::swc_common::pass::ParentKind

pub trait ParentKind: Copy {
    // Required method
    fn set_index(&mut self, index: usize);
}
Available on crate features __ecma and __utils 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