Searched defs:DisplayPath (Results 1 – 1 of 1) sorted by relevance
726 pub(super) struct DisplayPath<'a>(pub &'a Path); struct728 impl<'a> Display for DisplayPath<'a> { implementation