Trait layout_2013::flow::MutableFlowUtils

source ·
pub trait MutableFlowUtils {
    // Required method
    fn repair_style_and_bubble_inline_sizes(self, style: &Arc<ComputedValues>);
}

Required Methods§

source

fn repair_style_and_bubble_inline_sizes(self, style: &Arc<ComputedValues>)

Calls repair_style and bubble_inline_sizes. You should use this method instead of calling them individually, since there is no reason not to perform both operations.

Implementors§

source§

impl<'a> MutableFlowUtils for &'a mut dyn Flow