Skip to main content

decode_cursor

Function decode_cursor 

Source
pub fn decode_cursor(
    cursor: &str,
    surface: &str,
    arity: usize,
) -> Result<Vec<String>>
Expand description

Decode a cursor issued by encode_cursor, requiring exactly arity string parts; surface names the caller for the error.