Type Alias Constructor

Source
pub type Constructor<Node> = Arc<dyn Fn() -> Node + Send + Sync>;
Expand description

Shared closure that creates a node of some type.

Aliased Typeยง

struct Constructor<Node> { /* private fields */ }