We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4bbbe7 commit aee01d7Copy full SHA for aee01d7
crates/guest-rust/src/rt/async_support/stream_support.rs
@@ -461,7 +461,7 @@ pub struct RawStreamReader<O: StreamOps> {
461
done: bool,
462
}
463
464
-impl<O: StreamOps> fmt::Debug for StreamReader<O> {
+impl<O: StreamOps> fmt::Debug for RawStreamReader<O> {
465
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
466
f.debug_struct("StreamReader")
467
.field("handle", &self.handle)
0 commit comments