Module barrel
Structs§
- Barrel
- Barrel encapsulates the concept of a running Lyquid instance given a specific execution context
(Barrel::host, which also includes the a version of network state). The given
Hgeneric type should be clonable in a way that all clones effecitvely represent the same context/state. - Barrel
Builder - Builds a Barrel object with the given configurations.
- Host
Call - The call context accessible by the host API implementation. See BarrelBuilder::host_api.