pub type NodeNewResult = JoinHandle<Result<Box<dyn Node>>>;
struct NodeNewResult { /* private fields */ }