Macro std::log_syntax
source · [−]macro_rules! log_syntax {
($($arg:tt)*) => { ... };
}
Expand description
Prints passed tokens into the standard output.
macro_rules! log_syntax {
($($arg:tt)*) => { ... };
}
Prints passed tokens into the standard output.