Trait fire_http::fs::IntoPathBuf

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

Required Methods

Implementations on Foreign Types

Implementors