macro_rules! custom_formatter {
($spec:literal, $value:expr) => { ... };
}
Available on crate feature
compile-time
only.Expand description
Helper macro for constructing a new compile_time::CustomFormatter
value from a format specifier