Trait swc_common::pass::ParentKind

pub trait ParentKind: Copy {
    // Required method
    fn set_index(&mut self, index: usize);
}

Required Methods§

fn set_index(&mut self, index: usize)

Object Safety§

This trait is not object safe.

Implementors§