Struct bitflags::__core::path::Display1.0.0 [] [src]

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

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>

Formats the value using the given formatter.

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

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

Formats the value using the given formatter.