pub type AnyRelayCell = AnyRelayMsgOuter;👎Deprecated:
Use AnyRelayMsgOuter instead.
Expand description
A deprecated name for AnyRelayMsgOuter.
Aliased Type§
pub struct AnyRelayCell {
streamid: Option<StreamId>,
msg: AnyRelayMsg,
}Fields§
§streamid: Option<StreamId>The stream ID for the stream that this cell corresponds to.
msg: AnyRelayMsgThe relay message for this cell.