[−][src]Type Definition pushrod::render::callbacks::FunctionNoParametersType
type FunctionNoParametersType = Option<Box<dyn FnMut(&mut dyn Widget, &[WidgetContainer])>>;
This is an FnMut type that takes no additional parameters, returning a mutable reference
to the current Widget, and borrowing the WidgetContainer list.