Trait path_dedot::ParseDot
source · pub trait ParseDot {
fn parse_dot(&self) -> Result<Cow<'_, Path>>;
fn parse_dot_from(&self, cwd: &Path) -> Result<Cow<'_, Path>>;
}Expand description
Let Path and PathBuf have parse_dot method.