Current section

Files

Jump to
glance include glance_CustomType.hrl
Raw

include/glance_CustomType.hrl

-record(custom_type, {
location :: glance:span(),
name :: binary(),
publicity :: glance:publicity(),
opaque_ :: boolean(),
parameters :: list(binary()),
variants :: list(glance:variant())
}).