pub trait DeviceSocketTypes {
    type SocketState: Send + Sync + Debug;
}
Expand description

Provides associated types for device sockets provided by the bindings context.

Required Associated Types§

source

type SocketState: Send + Sync + Debug

State for the socket held by core and exposed to bindings.

Implementors§