Trait IntoPathBuf

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

Required Methods§

Implementations on Foreign Types§

Source§

impl IntoPathBuf for &str

Implementors§