(&mut self, path: &str, routes: FunctionRoutes)
| 270 | } |
| 271 | |
| 272 | pub fn insert(&mut self, path: &str, routes: FunctionRoutes) -> Result<(), InsertError> { |
| 273 | self.inner.insert(path, routes) |
| 274 | } |
| 275 | |
| 276 | pub fn is_empty(&self) -> bool { |
| 277 | self.raw.is_empty() |
no outgoing calls