Skip to main content

AnyValueType

Type Alias AnyValueType 

Source
pub type AnyValueType = ValueType;
Expand description

A type discriminator for an AnyValue.

Aliased Type§

pub enum AnyValueType {
    Unit,
    Bool,
    I32,
    U32,
    I64,
    U64,
    Other(TypeId),
}

Variants§

§

Unit

§

Bool

§

I32

§

U32

§

I64

§

U64

§

Other(TypeId)