MCPcopy Create free account
hub / github.com/TeamPiped/piped-proxy / UmpTransformStream

Class UmpTransformStream

src/ump_stream.rs:57–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57pub struct UmpTransformStream<S>
58where
59 S: Stream<Item = Result<Bytes, io::Error>> + Unpin,
60{
61 inner: S,
62 buffer: BytesMut,
63 found_stream: bool,
64 remaining: usize,
65}
66
67impl<S> UmpTransformStream<S>
68where

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected