pub trait HasIfExists: AstNode { // Provided method fn if_exists(&self) -> Option<IfExists> { ... } }