![]() # Objective Remove the `min` and `max` fields from `LayoutContext`. It doesn't seem useful to cache these values, it's simpler just to call `min_element` and `max_element` on the `physical_size` field. ## Migration Guide The `min` and `max` fields have been removed from `LayoutContext`. To retrieve these values call `min_element` and `max_element` on `LayoutContent::physical_size` instead. |
||
---|---|---|
.. | ||
experimental | ||
layout | ||
render | ||
widget | ||
accessibility.rs | ||
focus.rs | ||
geometry.rs | ||
lib.rs | ||
measurement.rs | ||
node_bundles.rs | ||
picking_backend.rs | ||
stack.rs | ||
ui_material.rs | ||
ui_node.rs | ||
update.rs |