Trait swc_ecma_utils::IntoIndirectCall[][src]

pub trait IntoIndirectCall: Into<CallExpr> {
    fn into_indirect(self) -> CallExpr { ... }
}

Provided methods

Implementors