pub trait GetNodeContext {
// Provided method
fn context(&mut self) -> *mut dyn NodeContextInterface { ... }
}
Provided Methods§
sourcefn context(&mut self) -> *mut dyn NodeContextInterface
fn context(&mut self) -> *mut dyn NodeContextInterface
| Get and set internal node context. Useful | for testing, but not accessible across | processes. |