pub trait SetNodeContext {
// Provided method
fn set_context(&mut self, context: *mut dyn NodeContextInterface) { ... }
}
pub trait SetNodeContext {
// Provided method
fn set_context(&mut self, context: *mut dyn NodeContextInterface) { ... }
}