Trait forky_core::PathExt

source ·
pub trait PathExt {
    // Required methods
    fn relative(&self) -> Result<&Path>;
    fn absolute(&self) -> Result<PathBuf>;
    fn to_forward_slash(&self) -> PathBuf;
    fn to_forward_slash_str(&self) -> String;
}

Required Methods§

Implementations on Foreign Types§

source§

impl PathExt for Path

Implementors§