Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@framework@verified_routes_IndexedRoute.hrl
Raw

include/lightspeed@framework@verified_routes_IndexedRoute.hrl

-record(indexed_route, {
name :: binary(),
method :: lightspeed@framework@verified_routes:route_method(),
route :: lightspeed@framework@verified_routes:verified_route(any())
}).