Trait swc_ecma_utils::IntoIndirectCall
source · [−]pub trait IntoIndirectCallwhere
Self: Sized,{
type Item;
fn into_indirect(self) -> Self::Item;
}
Required Associated Types
Required Methods
source
pub trait IntoIndirectCallwhere
Self: Sized,{
type Item;
fn into_indirect(self) -> Self::Item;
}