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

Required Methods§

Implementors§