LayoutFn

Type Alias LayoutFn 

Source
pub type LayoutFn<S, T> = dyn FnMut(&mut S, &mut LayoutCtx<'_, '_>, &BoxConstraints, &T, &Env) -> Size;
Available on non-WebAssembly only.