Type Alias optee_utee::net::UdpSocket
source · pub type UdpSocket = Socket<UdpAdapter>;
Expand description
A UdpSocket that is compatible with OP-TEE.
Aliased Type§
struct UdpSocket { /* private fields */ }
pub type UdpSocket = Socket<UdpAdapter>;
A UdpSocket that is compatible with OP-TEE.
struct UdpSocket { /* private fields */ }