Modelina
    Preparing search index...

    Type Alias RustPreset<O>

    RustPreset: Preset<
        {
            enum: EnumPresetType<O>;
            newType: NewTypePresetType<O>;
            package: PackagePresetType<O>;
            struct: StructPresetType<O>;
            tuple: TuplePresetType<O>;
            union: UnionPresetType<O>;
        },
    >

    Type Parameters

    • O = any