Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@component@template_compiler_InvalidAttributeType.hrl
Raw

include/lightspeed@component@template_compiler_InvalidAttributeType.hrl

-record(invalid_attribute_type, {
template :: binary(),
attribute :: binary(),
expected :: lightspeed@component@template_compiler:attr_kind(),
actual :: lightspeed@component@template_compiler:attr_kind()
}).