pub fn run_layout(
root: &BoxNode,
viewport: (f32, f32),
ctx: &ConversionContext,
) -> LayoutResultExpand description
Run taffy on a BoxNode tree and return the resolved layouts.
pub fn run_layout(
root: &BoxNode,
viewport: (f32, f32),
ctx: &ConversionContext,
) -> LayoutResultRun taffy on a BoxNode tree and return the resolved layouts.