pub trait NodeInterfaceAddRef { // Required method fn add_ref(&mut self) -> *mut dyn NodeInterface; }