Function modio::filter::prelude::with_offset

source ยท
pub fn with_offset(offset: usize) -> Filter
Expand description

Create a Filter with an offset to paginate through results.

use modio::filter::prelude::*;

let filter = with_offset(10).limit(10);