View Source ExNylas.Buffer.Build (ExNylas v0.9.0)

A struct for buffer.

Summary

Types

@type t() :: %ExNylas.Buffer.Build{
  after: non_neg_integer(),
  before: non_neg_integer()
}

Functions

Link to this function

changeset(struct, params \\ %{})

View Source