MCPcopy Create free account
hub / github.com/Hexilee/async-postgres / socket.rs

File socket.rs

src/socket.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use async_std::io::{self, Read, Write};
2use std::mem::MaybeUninit;
3use std::pin::Pin;
4use std::task::{Context, Poll};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected