pub trait PathExt {
// Required method
fn same_as(&self, other: &Path) -> bool;
}Expand description
Filesystem path comparison extensions.
Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".