Trait std::debug::Debug

pub trait Debug {
    fn fmt(self, ref mut f: Formatter);
}

Required Methods