Type Alias letterboxd::Cursor

source ·
pub type Cursor = String;
Expand description

A cursor is a String value provided by the API. It should be treated as an opaque value — don’t change it.

Aliased Type§

struct Cursor { /* private fields */ }