recursively_layout_view

Function recursively_layout_view 

Source
pub fn recursively_layout_view(id: ViewId, cx: &mut LayoutCx<'_>) -> NodeId
Expand description

Default implementation of View::layout() which can be used by view implementations that need the default behavior and also need to implement that method to do additional work.