(&mut self, _port_name: &str, _tag: Option<u64>, _channel: &ChannelStorage)
| 116 | |
| 117 | impl Node for Shared { |
| 118 | fn set_port(&mut self, _port_name: &str, _tag: Option<u64>, _channel: &ChannelStorage) { |
| 119 | unimplemented!() |
| 120 | } |
| 121 | |
| 122 | fn set_port_dynamic(&mut self, _: &str, _: crate::node::DynPortsConfig) { |
| 123 | unimplemented!() |