Skip to main content

map_on_std_fmt

Macro map_on_std_fmt 

Source
macro_rules! map_on_std_fmt {
    ($($macro_arms:tt)*) => { ... };
}
Expand description

Macro for mapping over all standard formatting traits:

  • Display
  • Debug
  • Octal
  • LowerHex
  • UpperHex
  • Pointer
  • Binary
  • LowerExp
  • UpperExp