Macro _structured_access_log

Source
macro_rules! _structured_access_log {
    ([$($struct_name:tt)+] $($fields:tt)*) => { ... };
}