reach/core/communication

Types

pub type Communication(data) {
  Communication(type_: String, inner: data)
}

Constructors

  • Communication(type_: String, inner: data)

Values

pub fn decode(
  communication: Dynamic,
  data_decoder: Decoder(a),
) -> Result(Communication(a), List(DecodeError))
Search Document