Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@protocol_BadFieldCount.hrl
Raw

include/lightspeed@protocol_BadFieldCount.hrl

-record(bad_field_count, {
tag :: binary(),
expected :: integer(),
actual :: integer()
}).