Searched refs:MockStream (Results 1 – 2 of 2) sorted by relevance
17 pub struct MockStream(pub tokio::io::DuplexStream); struct19 impl Connected for MockStream { implementation26 impl AsyncRead for MockStream { implementation36 impl AsyncWrite for MockStream { implementation
4 use integration_tests::mock::MockStream;201 Err::<TokioIo<MockStream>, _>(std::io::Error::other("WTF")) in status_from_server_stream_with_source()