Interface RustCommonPresetOptions

interface RustCommonPresetOptions {
    deriveDefault: boolean;
    implementDefault: boolean;
    implementNew: boolean;
}

Properties

deriveDefault: boolean
implementDefault: boolean
implementNew: boolean