Struct std::path::Display1.0.0 [] [src]

pub struct Display<'a> {
    // some fields omitted
}

Helper struct for safely printing paths with format!() and {}

Trait Implementations

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

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.

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

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.