Attribute Macro fix_delay

Source
#[fix_delay]
Expand description

§Syntax

#[fix_delay(60)]

§Attributes

  • "path": Raw literal string with path for which to register handler.

§Examples

#[fix_delay(60)]
async fn example() {
    println!("hello world");
}