DEBSOURCES
Skip Quicknav
sources / rust-actix-web-codegen / 4.3.0-1 / tests / trybuild / scope-on-handler.rs
12345678
use actix_web_codegen::scope; #[scope("/api")] async fn index() -> &'static str { "Hello World!" } fn main() {}