[][src]Macro appinsights::tags

macro_rules! tags {
    ( $(#[$attr_factory:meta])* $factory:ident, $(#[$attr:meta])* $name:ident { $( $(#[$attr_method:meta])* $method:ident : $key:expr),* } ) => { ... };
}

Macros to generate well-known context tags.