| 637 | |
| 638 | #[derive(Clone, Debug, Default)] |
| 639 | pub struct SerializeConfig { |
| 640 | subset_fonts: bool, |
| 641 | woff2_fonts: bool, |
| 642 | } |
| 643 | |
| 644 | impl SerializeConfig { |
| 645 | pub fn new() -> Self { |
nothing calls this directly
no outgoing calls
no test coverage detected