Trait path_slash::PathExt

source ·
pub trait PathExt {
    fn to_slash(&self) -> Option<String>;
    fn to_slash_lossy(&self) -> String;
}

Required Methods

Implementations on Foreign Types

Implementors