Module debug::fmt[src]

Implementation of the {:?} format qualifier

This module contains the Poly trait which is used to implement the {:?} format expression in formatting macros. This trait is defined for all types automatically, so it is likely not necessary to use this module manually

Traits

Poly

Format trait for the ? character