Struct swc_ecma_transforms_optimization::simplify::dce::Config[][src]

pub struct Config<'a> {
    pub used: Option<Cow<'a, [Id]>>,
    pub used_mark: Mark,
}

Fields

used: Option<Cow<'a, [Id]>>

If this is None, all exports are treated as used.

used_mark: Mark

Mark used while performing dce.

Should not be Mark::root(). Used to reduce allocation of Mark.

Trait Implementations

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.