pub type PathBufDisplay = DisplayAsDebug<PathBuf>;
A PathBuf that returns a Debug representation in Display impl.
PathBuf
Debug
Display
pub struct PathBufDisplay(pub PathBuf);
0: PathBuf
Inner value rendered with Debug for Display.