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.
pub fn on_build<T, V>(
content: V,
after: impl FnMut(&mut BuildCx<'_, '_>, &mut T) + 'static,
) -> BuildHandler<T, V>Create a new BuildHandler.