ori::core::views

Function on_build

Source
pub fn on_build<T, V>(
    content: V,
    after: impl FnMut(&mut BuildCx<'_, '_>, &mut T) + 'static,
) -> BuildHandler<T, V>
Expand description

Create a new BuildHandler.