Trait netstack3_ip::raw::RawIpSocketsBindingsTypes

source ·
pub trait RawIpSocketsBindingsTypes {
    type RawIpSocketState<I: Ip>: Send + Sync + Debug;
}
Expand description

Types provided by bindings used in the raw IP socket implementation.

Required Associated Types§

source

type RawIpSocketState<I: Ip>: Send + Sync + Debug

The bindings state (opaque to core) associated with a socket.

Object Safety§

This trait is not object safe.

Implementors§