ELEMENT_EXPORT_TWEAK

Static ELEMENT_EXPORT_TWEAK 

Source
pub static ELEMENT_EXPORT_TWEAK: LazyLock<HashMap<&str, fn(ExportConfig) -> Option<ExportConfig>>>
Expand description

Manual export config adjustments in the form of “cpp_name(Reference)” => tweak function. If the export config is not detected from the sources, an ExportConfig::default() is passed to the function.