Attribute Macro poem::handler

source ·
#[handler]
Expand description

Wrap an asynchronous function as an Endpoint.

§Example

#[handler]
async fn example() {
}