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.
pub type Maker = fn() -> Box<dyn ComponentNode>;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.