Type Definition titanium::desktop::gui::libdruid::tests::helpers::LayoutFn

pub type LayoutFn<S, T> = dyn FnMut(&mut S, &mut LayoutCtx<'_, '_>, &BoxConstraints, &T, &Env) -> Size + 'static;