pub trait HasWithClause: AstNode { // Provided method fn with_clause(&self) -> Option<WithClause> { ... } }