Trait ketos::name::NameDebug [] [src]

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

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

Required Methods

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

Implementors