Crate worker_macros

Source

Attribute Macrosยง

durable_object
event
The event macro is used to denote a Worker handler, essentially binding from the JS runtime to a Rust function.
send
Convert an async function which is !Send to be Send.