Attribute Macro axum_mongodb_core::main
source · #[main]
Expand description
最主要的宏,为Serveraxum::extract::FromRequestParts
]等
Example
#[tokio::main]
#[axum_mongodb::main]
async fn main() {
//...
}
#[main]
最主要的宏,为Serveraxum::extract::FromRequestParts
]等
#[tokio::main]
#[axum_mongodb::main]
async fn main() {
//...
}