Macro s_structured_log::s_info [] [src]

macro_rules! s_info {
    (target: $target:expr, $value:expr) => { ... };
    ($value:expr) => { ... };
}