Attribute Macro handler

Source
#[handler]
Expand description

Wrap an asynchronous function as an Endpoint.

§Example

#[handler]
async fn example() {
}