caffeine_lang/helpers

Types

A tuple of a label, type, and value used for template resolution.

pub type ValueTuple {
  ValueTuple(
    label: String,
    typ: types.AcceptedTypes,
    value: value.Value,
  )
}

Constructors

Search Document