Returns a clone of the source reader for control interfaces.
(&self)
| 443 | |
| 444 | /// Returns a clone of the source reader for control interfaces. |
| 445 | pub fn get_reader(&self) -> SendableSourceReader { |
| 446 | SendableSourceReader(self.source_reader.0.clone()) |
| 447 | } |
| 448 | } |
| 449 | |
| 450 | #[async_trait] |
no test coverage detected