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]

Formats the value using the given formatter. Read more

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

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a> Send for Display<'a>

impl<'a> Sync for Display<'a>