[][src]Trait swc_ecma_utils::ModuleItemLike

pub trait ModuleItemLike: StmtLike {
    fn try_into_module_decl(self) -> Result<ModuleDecl, Self> { ... }
fn try_from_module_decl(decl: ModuleDecl) -> Result<Self, ModuleDecl> { ... } }

Provided methods

Loading content...

Implementations on Foreign Types

impl ModuleItemLike for Stmt[src]

impl ModuleItemLike for ModuleItem[src]

Loading content...

Implementors

Loading content...