pub trait ConstructorNodeOutputPort: ConstructorNodeBuilder {
    fn port(&self) -> (ConstructorNode, String);
}

Required Methods

Implementors