Current section

Files

Jump to
glance include glance_LabelledField.hrl
Raw

include/glance_LabelledField.hrl

-record(labelled_field, {
label :: binary(),
label_location :: glance:span(),
item :: any()
}).