PathBufDisplay

Type Alias PathBufDisplay 

Source
pub type PathBufDisplay = DisplayAsDebug<PathBuf>;
Expand description

A PathBuf that returns a Debug representation in Display impl.

Aliased Type§

pub struct PathBufDisplay(pub PathBuf);

Tuple Fields§

§0: PathBuf

Inner value rendered with Debug for Display.