Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
pub trait TcpStreamTrait: AsyncRead + AsyncWrite + Unpin {}
25
pub struct DynTcpStream(pub(crate) Box<dyn TcpStreamTrait + Send + Sync>);
26
27
#[derive(Clone)]
28
pub struct Encrypt(Key, u64, u64);
Callers
3
new
Method · 0.85
from
Method · 0.85
connect
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected