pub type Config = NextConfigDescriptor;

Aliased Type§

enum Config {
    V1 {
        c: (u64, u64),
        allowed_slots: AllowedSlots,
    },
}

Variants§

§

V1

Fields

§c: (u64, u64)
§allowed_slots: AllowedSlots