Trait ketos::name::NameDisplay [] [src]

pub trait NameDisplay {
    fn fmt(&self, names: &NameStore, f: &mut Formatter) -> Result;
}

Represents a value which can produce user-facing output and may contain one or more interned Name values.

Required Methods

Writes the value's display representation to the formatter stream.

Implementors