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

pub struct Display<'a> {
    string: &'a str,
}

Fields

string

Trait Implementations

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

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