-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
so i cant set limit & offset together, maybe we can add a fn pagination(limit, offset) -> Result?
pub fn pagination(self, limit: u32, offset: u32) -> Result<'a> {
Result {
data: self.into(),
limit: Some(clause::Limit(limit)),
offset: Some(clause::Offset(offset)),
..Default::default()
}
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels