Skip to content

Commit 2d6bca2

Browse files
reitermarkusrafalh
authored andcommitted
Add missing Debug implementation.
1 parent 87fc1ed commit 2d6bca2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/io.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ pub trait Write: IoBase {
125125
/// Enumeration of possible methods to seek within an I/O object.
126126
///
127127
/// It is based on the `std::io::SeekFrom` enum.
128+
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
128129
pub enum SeekFrom {
129130
/// Sets the offset to the provided number of bytes.
130131
Start(u64),

0 commit comments

Comments
 (0)