pub trait CacheableContext: Any {
// Required method
fn project_root(&self) -> Option<&Path>;
}Required Methods§
fn project_root(&self) -> Option<&Path>
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".