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: MThe relay message for this cell.