Skip to main content

Maker

Type Alias Maker 

Source
pub type Maker = fn() -> Box<dyn ComponentNode>;
Expand description

A maker: builds a component with no arguments (its name and parent come from the tree, D7). Non-capturing, so it is an ordinary fn pointer.