pub trait NodeExt { // Required method fn is_if_statement_alternative( &self, language: &Box<dyn Language + Sync>, ) -> bool; }