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

Required Methods§

source

fn add_ref(&mut self) -> *mut dyn NodeInterface

Implementors§