Trait stc_ts_file_analyzer::util::ModuleItemOrStmt
source · [−]pub(crate) trait ModuleItemOrStmt {
fn try_into(self) -> Result<RModuleDecl, RStmt>;
}
Required Methods
source
pub(crate) trait ModuleItemOrStmt {
fn try_into(self) -> Result<RModuleDecl, RStmt>;
}