| 20 | |
| 21 | #[derive(Debug, Deserialize)] |
| 22 | pub struct CustomerData { |
| 23 | pub customer_name: String, |
| 24 | pub branch_name: String, |
| 25 | } |
| 26 | |
| 27 | #[derive(Debug, Serialize)] |
| 28 | pub struct BankDetails { |
nothing calls this directly
no outgoing calls
no test coverage detected