Struct bitflags::__core::path::Display [] [src]

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

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

Trait Implementations

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

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

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

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