Function telescope::web::services::user::developers::get_page_numbers[][src]

fn get_page_numbers(
    api_response: &Value,
    current_page: u64
) -> Option<PaginationInfo>
Expand description

Try to get the pagination bar to use based on the api data. Panics if current_page is 0.