pub trait AsClauseContext { // Required method fn as(&self) -> Option<ContextSpanned<&BorrowedName>>; }