Attribute Macro poem_derive::handler[][src]

#[handler]
Expand description

Wrap an asynchronous function as an Endpoint.

Example

#[handler]
async fn example() {
}