[][src]Trait path_dedot::ParseDot

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

Let Path and PathBuf have parse_dot method.

Required methods

fn parse_dot(&self) -> Result<PathBuf>

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

Loading content...

Implementations on Foreign Types

impl ParseDot for Path[src]

impl ParseDot for PathBuf[src]

Loading content...

Implementors

Loading content...