deriv/example/birl

Types

pub type DateTimeExamples {
  DateTimeExamples(
    t0: Time,
    t1: Time,
    t2: Time,
    t3: Time,
    t4: Time,
    t5: Time,
    t6: Time,
  )
}

Constructors

  • DateTimeExamples(
      t0: Time,
      t1: Time,
      t2: Time,
      t3: Time,
      t4: Time,
      t5: Time,
      t6: Time,
    )
pub type DictFieldType {
  DictFieldType(dict: Dict(String, Int))
}

Constructors

  • DictFieldType(dict: Dict(String, Int))

Functions

pub fn decoder_date_time_examples() -> Decoder(DateTimeExamples)
pub fn decoder_dict_field_type() -> Decoder(DictFieldType)
pub fn decoder_dict_field_type_dict_field_type() -> Decoder(
  DictFieldType,
)
pub fn encode_date_time_examples(value: DateTimeExamples) -> Json
pub fn encode_dict_field_type(value: DictFieldType) -> Json
Search Document