swc_ecma_utils

Trait 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

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl IntoIndirectCall for Callee

Source§

impl IntoIndirectCall for CallExpr

Source§

impl IntoIndirectCall for TaggedTpl

Implementors§