Searched refs:root (Results 1 – 2 of 2) sorted by relevance
28 async fn root(&self) -> String { in root() method94 let root = move || async move { api_root.root().await }; in run() localVariable113 .route("/", get(root)) in run()
14 .route("/", get(root)) in main()29 async fn root() -> &'static str { in root() function