I have this code ~~~ fn clone(&self) -> Box<dyn SchemaTrait> { Box::new(Clone::clone(self)) } ~~~ ~~~ expected Box<dyn SchemaTrait + 'static, Global>, found Box<ClickHouseDB, Global> ~~~ and `Self` is implemented `SchemaTrait` . the code can compile <img width="1760" height="162" alt="Image" src="https://github.com/user-attachments/assets/9dfb015b-6da0-4d02-93ca-5312ff7d4533" />