AtomClosure

Type Alias AtomClosure 

Source
pub type AtomClosure<'a> = Box<dyn FnOnce(&Ui, IntoSizedArgs) -> IntoSizedResult<'static> + 'a>;
Expand description

Aliased Typeยง

pub struct AtomClosure<'a>(/* private fields */);