Type Alias optee_utee::net::TcpStream

source ·
pub type TcpStream = Socket<TcpAdapter>;
Expand description

A TcpStream that is compatible with OP-TEE.

Aliased Type§

struct TcpStream { /* private fields */ }