pub trait AsModuleDecl {
    const IS_MODULE_ITEM: bool;

    fn as_module_decl(&self) -> Result<&RModuleDecl, &RStmt>;
}

Required Associated Constants

Required Methods

Implementations on Foreign Types

Implementors