[][src]Trait path_dedot::ParseDot

pub trait ParseDot {
    fn parse_dot(&self) -> Result<Cow<Path>>;
}

Let Path and PathBuf have parse_dot method.

Required methods

fn parse_dot(&self) -> Result<Cow<Path>>

Remove dots in the path and create a new PathBuf instance on demand.

Loading content...

Implementations on Foreign Types

impl ParseDot for Path[src]

impl ParseDot for PathBuf[src]

Loading content...

Implementors

Loading content...