Module variant

Source
Expand description

Dynamic-typed values.

Type Variant represents a dynamic-typed value. Variant can contain one of these types:

  • Nil
  • Bool - bool
  • Int64 - i64
  • Uint64 - u64
  • Double - f64
  • String - &'static str
  • Slice - &'static[u8]
  • Address - Internal raw pointer

Structs§

Nil
Variant

Enums§

Type

Traits§

Value