[][src]Type Definition pushrod::render::callbacks::FunctionNoParametersType

type FunctionNoParametersType = Option<Box<dyn FnMut(&mut dyn Widget, &[WidgetContainer], &[LayoutContainer])>>;

This is an FnMut type that takes no additional parameters, returning a mutable reference to the current Widget, and borrowing the WidgetContainer and LayoutContainer lists.