swc_core::common::pass

Trait 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.

Implementors§