handler

Attribute Macro handler 

Source
#[handler]
Expand description

Wrap an function as an Endpoint.

§Example

#[handler]
fn example() {
}