PrimitiveType

Type Alias PrimitiveType 

Source
pub type PrimitiveType = PrimitiveValueType;
Expand description

Legacy type alias for backward compatibility

Aliased Type§

pub enum PrimitiveType {
    String,
    Number,
    Boolean,
    Null,
}

Variants§

§

String

§

Number

§

Boolean

§

Null