ori::core::views

Function build

Source
pub fn build<T, V, F>(builder: F) -> impl View<T>
where V: View<T>, F: FnOnce(&mut BuildCx<'_, '_>, &mut T) -> V,
Expand description

Build a view from a closure.

This allows you to access the BuildCx while building the view.