log_struct

Macro log_struct 

Source
macro_rules! log_struct {
    ($t:ty,$h:ident,$d:ident) => { ... };
}
Expand description

Reduce boilerplate when adding a new log struct to logging.rs