pub fn layout_stack(
elem: &Packed<StackElem>,
engine: &mut Engine<'_>,
locator: Locator<'_>,
styles: StyleChain<'_>,
regions: Regions<'_>,
) -> SourceResult<Fragment>
Expand description
Layout the stack.
pub fn layout_stack(
elem: &Packed<StackElem>,
engine: &mut Engine<'_>,
locator: Locator<'_>,
styles: StyleChain<'_>,
regions: Regions<'_>,
) -> SourceResult<Fragment>
Layout the stack.