Macro roead::h

source ·
macro_rules! h {
    ($name:expr) => { ... };
}
Expand description

A convenient macro for hashing AAMP names. This can help ensure they are hashed at compile time in contexts where the compiler may not otherwise realize it is an option.

§Example

pio.list(h!("LinkTargets"));