(&self, input_cap: InputCapability<T>)
| 378 | } |
| 379 | |
| 380 | fn accept(&self, input_cap: InputCapability<T>) -> Self::Capability { |
| 381 | input_cap.time().clone() |
| 382 | } |
| 383 | } |
| 384 | |
| 385 | /// A marker type representing an input connected to exactly one output. |
no test coverage detected