pub trait HasDebug {
    fn fmt_fn(&self) -> &FmtFn;
}

Required Methods

Implementations on Foreign Types

Implementors