pub(crate) trait ModuleItemOrStmt {
    fn try_into(self) -> Result<RModuleDecl, RStmt>;
}

Required Methods

Implementations on Foreign Types

Implementors