Attribute Macro rerun

Source
#[rerun]
Expand description

Marker for the query mode. Either #[rerun(always)] or #[rerun(generation)].

Alternatives: #[rerun = "always"] and #[rerun = "generation"].

Defaults to a cached query mode, which you mark by not giving a mode.