pub type RawWebSocketItem<I, R> = WebSocketItem<Communication<I>, Sender<Communication<R>>>;Aliased Type§
struct RawWebSocketItem<I, R> {
pub item: Communication<I>,
/* private fields */
}Fields§
§item: Communication<I>pub type RawWebSocketItem<I, R> = WebSocketItem<Communication<I>, Sender<Communication<R>>>;struct RawWebSocketItem<I, R> {
pub item: Communication<I>,
/* private fields */
}item: Communication<I>