Cursor

Type Alias Cursor 

Source
pub type Cursor = Option<String>;
Expand description

Pagination cursor.

Aliased Type§

pub enum Cursor {
    None,
    Some(String),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(String)

Some value of type T.