Attribute Macro summer_boot::main
source · #[main]Expand description
用于标记 summer_boot web 的入口点
Examples
#[summer_boot::main]
async fn main() {
async { println!("Hello world"); }.await
}#[main]用于标记 summer_boot web 的入口点
#[summer_boot::main]
async fn main() {
async { println!("Hello world"); }.await
}