pub fn debug_with_db<'a, T, Storage>( obj: &'a T, db: &'a Db<Storage>, ) -> DebugWithDbWrapper<'a, T, Storage>