pub trait CheckedBody<'db> { // Required method fn checked_body(self, db: &'db dyn Db) -> Option<SymExpr<'db>>; }