pub fn with_offset(offset: usize) -> Filter
Create a Filter with an offset to paginate through results.
Filter
use modio::filter::prelude::*; let filter = with_offset(10).limit(10);