| 8 | |
| 9 | #[derive(Debug, Deserialize, Serialize)] |
| 10 | pub struct MaskData { |
| 11 | #[serde(flatten)] |
| 12 | pub masks: HashMap<String, Vec<String>>, |
| 13 | } |
| 14 | |
| 15 | // Structure to store all extracted information from a masked phone number |
| 16 | #[derive(Debug, Clone)] |
nothing calls this directly
no outgoing calls
no test coverage detected