Function taffy::compute::compute_flexbox_layout
source ยท pub fn compute_flexbox_layout(
tree: &mut impl PartialLayoutTree,
node: NodeId,
inputs: LayoutInput,
) -> LayoutOutput
Expand description
Computes the layout of PartialLayoutTree
according to the flexbox algorithm