| 14 | |
| 15 | #[derive(Debug, Deserialize, Serialize)] |
| 16 | pub(crate) struct UserConfig { |
| 17 | auto: AutoConfig, |
| 18 | text: TextConfig, |
| 19 | volume: VolumeConfig, |
| 20 | character_volume: CharacterVolumeConfig, |
| 21 | } |
| 22 | |
| 23 | impl UserConfig { |
| 24 | fn default() -> Self { |
nothing calls this directly
no outgoing calls
no test coverage detected