pub(crate) fn msg_streamid(msg: &UnparsedRelayMsg) -> Result<Option<StreamId>>Expand description
Return the stream ID of msg, if it has one.
Returns Ok(None) if msg is a meta cell.
pub(crate) fn msg_streamid(msg: &UnparsedRelayMsg) -> Result<Option<StreamId>>Return the stream ID of msg, if it has one.
Returns Ok(None) if msg is a meta cell.