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.
pub fn on_rebuild<T, V>(
content: V,
rebuild: impl FnMut(&mut RebuildCx<'_, '_>, &mut T) + 'static,
) -> RebuildHandler<T, V>Create a new RebuildHandler.