Attribute Macro main

Source
#[main]
Expand description

最主要的宏,为Server实现[axum::extract::FromRequestParts]等

§Example

#[tokio::main]
#[axum_mongodb::main]
async fn main() {
    //...
}