pub fn Get_GetService<F, Args>(vPath: Vec<&str>, func: F) -> Resourcewhere F: Handler<Args>, Args: FromRequest + 'static, F::Output: Responder + 'static,