ori::prelude

Function on_rebuild

Source
pub fn on_rebuild<T, V>(
    content: V,
    rebuild: impl FnMut(&mut RebuildCx<'_, '_>, &mut T) + 'static,
) -> RebuildHandler<T, V>
Expand description

Create a new RebuildHandler.