MCPcopy Create free account
hub / github.com/f0rr0/oliphaunt / ProtocolStream

Interface ProtocolStream

src/pglite/postgres_mod.rs:537–539  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Implementers 1

proxy.rssrc/pglite/proxy.rs

Calls

no outgoing calls

Tested by

no test coverage detected