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]
impl<'a> Debug for Display<'a>fn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<'a> Display for Display<'a>[src]
impl<'a> Display for Display<'a>