pub type ProgramOptionType = ProgramOptionType;
Expand description

Defines the type of the program options.

Aliased Type§

enum ProgramOptionType {
Show 13 variants None = 0, Toggle = 1, I8 = 2, I16 = 3, I32 = 4, I64 = 5, U8 = 6, U16 = 7, U32 = 8, U64 = 9, F32 = 10, F64 = 11, String = 12,
}

Variants§

§

None = 0

§

Toggle = 1

§

I8 = 2

§

I16 = 3

§

I32 = 4

§

I64 = 5

§

U8 = 6

§

U16 = 7

§

U32 = 8

§

U64 = 9

§

F32 = 10

§

F64 = 11

§

String = 12