Update post and code

This commit is contained in:
Philipp Oppermann
2016-12-20 16:50:10 +01:00
parent 038fd097b6
commit ef786e1fe8
7 changed files with 360 additions and 64 deletions

View File

@@ -70,6 +70,7 @@ impl Add<usize> for Page {
}
}
#[derive(Debug, Clone)]
pub struct PageIter {
start: Page,
end: Page,