pub type PageRange = RangeInclusive<Option<NonZeroUsize>>;
Expand description
A range of pages to export.
The range is one-indexed. For example, 1..=3
indicates the first, second
and third pages should be exported.
Aliased Typeยง
pub struct PageRange { /* private fields */ }