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

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

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

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

Loading content...

Implementations on Foreign Types

impl<T: ?Sized + NameDebug> NameDebug for Box<T>[src]

impl<T: ?Sized + NameDebug> NameDebug for Rc<T>[src]

impl<T: ?Sized + NameDebug> NameDebug for Arc<T>[src]

Loading content...

Implementors

impl NameDebug for Value[src]

Loading content...