Attribute Macrosยง
- durable_
object - Integrate the struct with the Workers Runtime as Durable Object.
Requires theDurableObjecttrait with the durable_object attribute macro on the struct. - event
- The
eventmacro is used to denote a Worker handler, essentially binding from the JS runtime to a Rust function. - send
- Convert an async function which is
!Sendto beSend.