Skip to main content

map_on_std_fmt_without_debug

Macro map_on_std_fmt_without_debug 

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

Macro for mapping over all standard formatting traits except [std::fmt::Debug]:

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