pub trait PathExt: Sealed {
// Required method
fn ensure_extension<S: AsRef<OsStr>>(&self, extension: S) -> Cow<'_, Path>;
}Available on crate feature
path only.Expand description
Extension trait for Path for common functionality in BP3D software.
Required Methods§
Object Safety§
This trait is not object safe.