Struct swc_css_codegen::CodegenConfig
source · [−]pub struct CodegenConfig {
pub minify: bool,
}Fields
minify: boolTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CodegenConfig
impl Send for CodegenConfig
impl Sync for CodegenConfig
impl Unpin for CodegenConfig
impl UnwindSafe for CodegenConfig
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more