macro_rules! log_struct {
($t:ty,$h:ident,$d:ident) => { ... };
}Expand description
Reduce boilerplate when adding a new log struct to logging.rs
macro_rules! log_struct {
($t:ty,$h:ident,$d:ident) => { ... };
}Reduce boilerplate when adding a new log struct to logging.rs