Figler.Schema.Rect (figler v0.1.0-beta.1)

Copy Markdown View Source

Generated Kiwi struct module for Rect.

Summary

Types

t()

@type t() :: %Figler.Schema.Rect{
  h: float() | nil,
  w: float() | nil,
  x: float() | nil,
  y: float() | nil
}

Functions

decode(binary)

encode(struct)

transform_module()