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.

Trait Implementations

impl<'a> Debug for Display<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> Display for Display<'a>
[src]

[src]

Formats the value using the given formatter. Read more