Skip to main content

push_fstring

Macro push_fstring 

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