pub trait NodeInfoToProtocol {
// Required method
fn encode(
self,
registry: &ActorRegistry,
script_chan: GenericSender<DevtoolScriptControlMsg>,
pipeline: PipelineId,
walker: String,
) -> NodeActorMsg;
}