MCPcopy Create free account
hub / github.com/Recordscript/recordscript / DynTcpStream

Class DynTcpStream

libs/hbb_common/src/tcp.rs:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23
24pub trait TcpStreamTrait: AsyncRead + AsyncWrite + Unpin {}
25pub struct DynTcpStream(pub(crate) Box<dyn TcpStreamTrait + Send + Sync>);
26
27#[derive(Clone)]
28pub struct Encrypt(Key, u64, u64);

Callers 3

newMethod · 0.85
fromMethod · 0.85
connectMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected