pub trait GetNodeContext {
    // Provided method
    fn context(&mut self) -> *mut dyn NodeContextInterface { ... }
}

Provided Methods§

source

fn context(&mut self) -> *mut dyn NodeContextInterface

| Get and set internal node context. Useful | for testing, but not accessible across | processes. |

Implementors§