tag

Macro tag 

Source
tag!() { /* proc-macro */ }
Expand description

Tags the current page.

Pass Sticky to persist the tag between pages.

ยงExamples

tag!(my_value);          // non-sticky tag
tag!(my_value, Sticky);  // sticky tag
tag!(my_value, Once);    // apply only once