Function taffy::compute_layout

source ·
pub fn compute_layout(
    taffy: &mut Taffy,
    root: Node,
    available_space: Size<AvailableSpace>
) -> Result<(), TaffyError>
Expand description

Updates the stored layout of the provided node and its children