pub trait PathExt {
// Required method
fn to_rel_path_buf(&self) -> Result<RelPathBuf>;
}Required Methods§
fn to_rel_path_buf(&self) -> Result<RelPathBuf>
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".