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

Provided Methods§

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

Implementors§