Struct gluon_base::types::DisplayType [] [src]

pub struct DisplayType<'a, I: 'a, T: 'a, E: 'a> {
    // some fields omitted
}

Trait Implementations

impl<'a, I, T, E> Display for DisplayType<'a, I, T, E> where E: DisplayEnv<Ident=I> + 'a, T: Deref<Target=Type<I, T>> + 'a
[src]

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

Formats the value using the given formatter.