| 8 | |
| 9 | #[derive(Debug, Deserialize)] |
| 10 | pub struct BranchData { |
| 11 | pub branch_name: String, |
| 12 | pub location: String, |
| 13 | } |
| 14 | |
| 15 | #[derive(Debug, Deserialize)] |
| 16 | pub struct TellerData { |
nothing calls this directly
no outgoing calls
no test coverage detected