Struct std::path::Display [] [src]

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

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

Trait Implementations

impl<'a> Debug for Display<'a>

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

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

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