Skip to main content

encode_marker

Function encode_marker 

Source
pub fn encode_marker(
    token: &str,
    session_id: &str,
    revision: i64,
) -> Result<String, Violation>
Expand description

Build the full escape sequence committing revision.

ยงErrors

Returns a Violation on an empty token or session id, or a revision that is not a positive safe integer.