Type Alias NetworkStack
pub type NetworkStack = Stack<'static>;Available on crate feature
net only.Expand description
A network stack.
Required to create a UDP or TCP socket.
Aliased Typeยง
pub struct NetworkStack { /* private fields */ }