diff options
Diffstat (limited to 'src/utils')
| -rw-r--r-- | src/utils/cursor.rs | 2 |
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 | ||
| 9 | impl<Io: Seek> IoCursor<Io> { | 9 | impl<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, |
