Module shared_unit_data

Source

Structs§

SharedUnitData 🔒
The SharedUnitData struct holds common data for the distillation shortcut unit.

Type Aliases§

SharedUnitDataRef
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.