include/lightspeed@router_Router.hrl

-record(router, {
    not_found_view :: binary(),
    routes_rev :: list(lightspeed@router:route(any()))
}).