pub trait DeviceSocketTypes {
type SocketState: Send + Sync + Debug;
}
Expand description
Provides associated types for device sockets provided by the bindings 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.