Type Definition dairy::PathBuf[][src]

type PathBuf<'a> = Cow<'a, Path>;
Expand description

Convenient type alias for a clone-on-write Path.