Current section
Files
Jump to
Current section
Files
include/roundabout_Route.hrl
-record(route, {
name :: binary(),
path :: list(roundabout:segment()),
children :: list(roundabout:route())
}).