pub fn parse_session_start(bytes: &[u8]) -> Result<CursorSessionStart>Expand description
Parses and validates a Cursor sessionStart payload for remem context.
Any other event name is an event/command mismatch and fails closed.
pub fn parse_session_start(bytes: &[u8]) -> Result<CursorSessionStart>Parses and validates a Cursor sessionStart payload for remem context.
Any other event name is an event/command mismatch and fails closed.