Trait devtools::actors::inspector::node::NodeInfoToProtocol

source ·
pub trait NodeInfoToProtocol {
    // Required method
    fn encode(
        self,
        actors: &ActorRegistry,
        display: bool,
        script_chan: IpcSender<DevtoolScriptControlMsg>,
        pipeline: PipelineId,
        walker: String,
    ) -> NodeActorMsg;
}

Required Methods§

source

fn encode( self, actors: &ActorRegistry, display: bool, script_chan: IpcSender<DevtoolScriptControlMsg>, pipeline: PipelineId, walker: String, ) -> NodeActorMsg

Implementations on Foreign Types§

source§

impl NodeInfoToProtocol for NodeInfo

source§

fn encode( self, actors: &ActorRegistry, display: bool, script_chan: IpcSender<DevtoolScriptControlMsg>, pipeline: PipelineId, walker: String, ) -> NodeActorMsg

Implementors§