Skip to main content

PathBufExt

Trait PathBufExt 

Source
pub trait PathBufExt {
    // Required method
    fn expect_into_string(self) -> String;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl PathBufExt for PathBuf

Implementors§