Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@data_plane_Plane.hrl
Raw

include/lightspeed@data_plane_Plane.hrl

-record(plane, {
target :: binary(),
dataset :: lightspeed@data_plane:dataset(),
rows :: list(lightspeed@data_plane:row())
}).