Skip to main content

RelayCell

Type Alias RelayCell 

Source
pub type RelayCell<M> = RelayMsgOuter<M>;
👎Deprecated:

Use RelayMsgOuter instead.

Expand description

A deprecated name for RelayMsgOuter.

Aliased Type§

pub struct RelayCell<M> {
    streamid: Option<StreamId>,
    msg: M,
}

Fields§

§streamid: Option<StreamId>

The stream ID for the stream that this cell corresponds to.

§msg: M

The relay message for this cell.