Trait swc_ecma_utils::IntoIndirectCall

source ·
pub trait IntoIndirectCall
where Self: Sized,
{ type Item; // Required method fn into_indirect(self) -> Self::Item; }

Required Associated Types§

Required Methods§

source

fn into_indirect(self) -> Self::Item

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl IntoIndirectCall for CallExpr

§

type Item = CallExpr

source§

fn into_indirect(self) -> CallExpr

source§

impl IntoIndirectCall for Callee

§

type Item = Callee

source§

fn into_indirect(self) -> Callee

source§

impl IntoIndirectCall for TaggedTpl

§

type Item = TaggedTpl

source§

fn into_indirect(self) -> Self

Implementors§