pub trait WithBasePath {
const BASE_PATH: &'static str;
}Expand description
Trait for a type with a base path.
Required Associated Constants§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".