ori::core::views

Function layout

Source
pub fn layout<V, T>(
    builder: impl FnMut(&mut T, Space) -> V + 'static,
) -> Layout<V, T>
Expand description

A view for creating views based on the available space.