swc_
core
6.0.1
Parent
Kind
Required Methods
set_index
Object Safety
Implementors
In swc_
core::
common::
pass
swc_core
::
common
::
pass
Trait
ParentKind
Copy item path
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
§