aboutsummaryrefslogtreecommitdiff
path: root/src/utils/cursor.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/cursor.rs')
-rw-r--r--src/utils/cursor.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/cursor.rs b/src/utils/cursor.rs
index ee80474..cde846d 100644
--- a/src/utils/cursor.rs
+++ b/src/utils/cursor.rs
@@ -6,7 +6,7 @@ pub struct IoCursor<Io> {
6 bounds: (u64, u64), 6 bounds: (u64, u64),
7} 7}
8 8
9impl<Io: Seek> IoCursor<Io> { 9impl<Io> IoCursor<Io> {
10 pub fn new(io: Io, cursor: u64, end: u64) -> Self { 10 pub fn new(io: Io, cursor: u64, end: u64) -> Self {
11 Self { 11 Self {
12 io, 12 io,