W3cubDocs

/Rust

Struct std::path::Display

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.

© 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