logo
pub trait NodeFactoryInterface where
    Self: GraphNodesNominalInterface
{ }
Expand description

Interface of a type responsible for constructing nodes.

Implementors