macro_rules! push_fstring {
($thread:expr, $format:expr $(,)?) => { ... };
($thread:expr, $format:expr, $($arg:expr),+ $(,)?) => { ... };
}macro_rules! push_fstring {
($thread:expr, $format:expr $(,)?) => { ... };
($thread:expr, $format:expr, $($arg:expr),+ $(,)?) => { ... };
}