| 132 | |
| 133 | #[derive(Debug, Serialize, Deserialize)] |
| 134 | pub struct ServerObject { |
| 135 | pub url: String, |
| 136 | pub description: Option<String>, |
| 137 | } |
| 138 | |
| 139 | #[derive(Debug, Serialize, Deserialize)] |
| 140 | pub struct PathBase { |
nothing calls this directly
no outgoing calls
no test coverage detected