Function layout_2020::flow::layout_in_flow_replaced_block_level

source ยท
fn layout_in_flow_replaced_block_level(
    containing_block: &ContainingBlock<'_>,
    base_fragment_info: BaseFragmentInfo,
    style: &Arc<ComputedValues>,
    replaced: &ReplacedContent,
    sequential_layout_state: Option<&mut SequentialLayoutState>,
) -> BoxFragment
Expand description