Skip to content

Instantly share code, notes, and snippets.

@Enigo
Created February 2, 2023 03:26
Show Gist options
  • Save Enigo/cb996f8be12d005d7d006fcb727695b7 to your computer and use it in GitHub Desktop.
Save Enigo/cb996f8be12d005d7d006fcb727695b7 to your computer and use it in GitHub Desktop.
pub trait PaginatedApi {
fn get_cursor(&self) -> String;
fn has_results(&self) -> bool;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment