pub trait IntoPathBuf {
// Required method
fn into_path_buf(self) -> Result<PathBuf, IntoPathBufError>;
}
Available on crate feature
fs
only.pub trait IntoPathBuf {
// Required method
fn into_path_buf(self) -> Result<PathBuf, IntoPathBufError>;
}
fs
only.