Skip to main content

parse_explicit_id

Function parse_explicit_id 

Source
pub fn parse_explicit_id(s: &[u8], end: bool) -> Result<StreamId, StreamIdError>
Expand description

Parse a fully-explicit ID for XREAD’s per-stream “last-seen” arg (0, 0-0, 5-2). $ is handled by the caller (it means “the stream’s current last_id”, which only Store can resolve).