Attribute Macro observe_datatags

Source
#[observe_datatags]
Expand description

Return the observed datatags of this serverless function.

ยงExamples

#[yomo::observe_datatags]
fn observe_datatags() -> Vec<u32> {
    vec![0x33]
}