MCPcopy Create free account
hub / github.com/DioxusLabs/anyrender / SerializeConfig

Class SerializeConfig

crates/anyrender_serialize/src/lib.rs:639–642  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

637
638#[derive(Clone, Debug, Default)]
639pub struct SerializeConfig {
640 subset_fonts: bool,
641 woff2_fonts: bool,
642}
643
644impl SerializeConfig {
645 pub fn new() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected