| 391 | |
| 392 | #[derive(Debug)] |
| 393 | struct StreamWrite(Arc<StreamConfig>); |
| 394 | |
| 395 | impl DisplayAs for StreamWrite { |
| 396 | fn fmt_as(&self, t: DisplayFormatType, f: &mut Formatter) -> std::fmt::Result { |
no outgoing calls
no test coverage detected
searching dependent graphs…