Struct relative_path::Display
[−]
[src]
pub struct Display<'a> { /* fields omitted */ }Helper struct for printing relative paths.
This is not strictly necessary in the same sense as it is for std::path::Display, because
relative paths are guaranteed to be valid unicode. But the behavior is preserved to simplify
the transition between [std::path::Path] and RelativePath.