Structs§
- Shared
Unit 🔒Data - The
SharedUnitDatastruct holds common data for the distillation shortcut unit.
Type Aliases§
- Shared
Unit Data Ref - All objects that need access to SharedUnitData are outlived by its owner, which
is the DistillationShortcutUnit, so in principle we can pass a reference to
a
RefCell<SharedUnitData>to all objects that need it.