pub trait NoPagination { }
Expand description
A trait to indicate that an endpoint requires pagination to yield all results or in other words that the non-pagination API should not be used on it or one might miss some results
pub trait NoPagination { }
A trait to indicate that an endpoint requires pagination to yield all results or in other words that the non-pagination API should not be used on it or one might miss some results