pub trait HasFileData: Any { // Provided method fn files(&self) -> Option<Arc<dyn FileEngine>> { ... } }