pub struct Display<'a> { /* fields omitted */ }
Helper struct for safely printing paths with format!()
and {}
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.
© 2010 The Rust Project Developers
Licensed under the Apache License, Version 2.0 or the MIT license, at your option.
https://doc.rust-lang.org/std/path/struct.Display.html