Struct device_connector::base::RepeatProcessSrcElement
source · pub struct RepeatProcessSrcElement { /* private fields */ }
Expand description
Captures process stdout.
Trait Implementations§
source§impl ElementBuildable for RepeatProcessSrcElement
impl ElementBuildable for RepeatProcessSrcElement
§type Config = RepeatProcessSrcElementConf
type Config = RepeatProcessSrcElementConf
Configuration type for this element
source§const NAME: &'static str = "repeat-process-src"
const NAME: &'static str = "repeat-process-src"
Name of this element. Must be unique in elements
source§const SEND_PORTS: Port = 1u8
const SEND_PORTS: Port = 1u8
The number of sending ports
source§fn next(
&mut self,
pipeline: &mut Pipeline,
_receiver: &mut MsgReceiver
) -> ElementResult
fn next(
&mut self,
pipeline: &mut Pipeline,
_receiver: &mut MsgReceiver
) -> ElementResult
Get message from
receiver
and returns the result of this element.source§const RECV_PORTS: Port = 0u8
const RECV_PORTS: Port = 0u8
The number of receiving ports