Packages

LiveView-style runtime for Gleam.

Current section

Files

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

include/lightspeed@framework@verified_routes_MethodMismatch.hrl

-record(method_mismatch, {
name :: binary(),
expected :: lightspeed@framework@verified_routes:route_method(),
actual :: lightspeed@framework@verified_routes:route_method()
}).