macro_rules! tokenize_to_writer {
    ($ty:ty, $($format_string:literal)PW_FMT_CONCAT+ $(, $args:expr)* $(,)?) => { ... };
}
Expand description

Deprecated alias for tokenize_printf_to_writer!.