Home
last modified time | relevance | path

Searched defs:root (Results 1 – 2 of 2) sorted by relevance

/xiu/application/xiu/src/
H A Dapi.rs28 async fn root(&self) -> String { in root() method
94 let root = move || async move { api_root.root().await }; in run() localVariable
/xiu/application/http-server/src/
H A Dmain.rs29 async fn root() -> &'static str { in root() function