Macro core::log_syntax [−][src]
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.