我是 Rust lang 的新手。-> _返回对于函数来说意味着什么rocket?
-> _
rocket
#[launch] fn rocket() -> _ { rocket::build() .attach(json::stage()) .attach(msgpack::stage()) .attach(uuid::stage()) }
rust rust-rocket
rust ×1
rust-rocket ×1