Type Alias net::tcp::SocketBuffer
pub type SocketBuffer<'a> = RingBuffer<'a, u8>;Expand description
A TCP socket ring buffer.
Aliased Type§
struct SocketBuffer<'a> { /* private fields */ }pub type SocketBuffer<'a> = RingBuffer<'a, u8>;A TCP socket ring buffer.
struct SocketBuffer<'a> { /* private fields */ }