pub trait IntoPathBuf {
    fn into_path_buf(self) -> Result<PathBuf, IntoPathBufError>;
}

Required Methods

Implementations on Foreign Types

Implementors