Function network_stack
pub async fn network_stack() -> Option<Stack<'static>>
Available on crate feature
net
only.Expand description
Returns a new NetworkStack
.
Returns None
if networking is not yet initialized.
pub async fn network_stack() -> Option<Stack<'static>>
net
only.Returns a new NetworkStack
.
Returns None
if networking is not yet initialized.