Current section

Files

Jump to
roundabout include roundabout_Route.hrl
Raw

include/roundabout_Route.hrl

-record(route, {
name :: binary(),
path :: list(roundabout:segment()),
sub :: list(roundabout:route())
}).