Trait netstack3_ip::socket::IpSocketBindingsContext

source ·
pub trait IpSocketBindingsContext: InstantContext + TracingContext + FilterBindingsContext { }
Expand description

The bindings execution context for IP sockets.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<BC: InstantContext + TracingContext + FilterBindingsContext> IpSocketBindingsContext for BC