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

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

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

Trait Implementations

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

Formats the value using the given formatter.

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

Formats the value using the given formatter.