/* use std::fmt::Display; use u_api_proc_macro::api_route; use uuid::Uuid; struct Paths; struct ClientHandler; #[test] fn test_api_proc_macro() { #[api_route("GET", Uuid)] fn list(&self, msg: T) -> String {} #[api_route("POST", Uuid)] fn report(&self, msg: T) -> String {} } */