Searched defs:DebugArgPath (Results 1 – 1 of 1) sorted by relevance
77 struct DebugArgPath<'a>(pub &'a Path); struct79 impl IntoDiagnosticArg for DebugArgPath<'_> { implementation