Trait netstack3_core::device::socket::DeviceSocketTypes
source · pub trait DeviceSocketTypes {
type SocketState: Send + Sync + Debug;
}
Expand description
Provides associated types for device sockets provided by the non-sync context.
Required Associated Types§
sourcetype SocketState: Send + Sync + Debug
type SocketState: Send + Sync + Debug
State for the socket held by core and exposed to bindings.