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