Objects that can be formatted in a "debug" form.
trait Debug { /* Required methods */ fn fmt<W>(&self, w: &mut W) -> Result<(), Errno> where W: Write, }
&self
Formats the object into the writer.