Struct std::path::Display
[−]
[src]
pub struct Display<'a> { // some fields omitted }
Helper struct for safely printing paths with format!()
and {}
pub struct Display<'a> { // some fields omitted }
Helper struct for safely printing paths with format!()
and {}
impl<'a> Debug for Display<'a>
impl<'a> Display for Display<'a>