Skip to main content

AnyRelayCell

Type Alias AnyRelayCell 

Source
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: AnyRelayMsg

The relay message for this cell.