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 */ }