Type Alias ArgumentKind

Source
pub type ArgumentKind = DataType;

Aliased Type§

pub enum ArgumentKind {
    String,
    Integer,
    Boolean,
}

Variants§

§

String

A string

§

Integer

Integer

§

Boolean

Bool