macro_rules! debug_table_layout {
($ctx:expr, $($arg:tt)*) => { ... };
}Expand description
Lazy debug_table_layout macro - only evaluates format args when debug_messages is Some
macro_rules! debug_table_layout {
($ctx:expr, $($arg:tt)*) => { ... };
}Lazy debug_table_layout macro - only evaluates format args when debug_messages is Some