| 535 | } |
| 536 | |
| 537 | pub(crate) trait ProtocolStream: Read + Write + Send { |
| 538 | fn read_ready(&mut self) -> io::Result<bool>; |
| 539 | } |
| 540 | |
| 541 | #[derive(Clone)] |
| 542 | struct ProtocolStdioFile { |
nothing calls this directly
no outgoing calls
no test coverage detected