Skip to content

Commit

Permalink
Derive Clone for UperReader (gh-83)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkalez committed Aug 18, 2023
1 parent 556568a commit d6c5d18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/syn/io/uper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -726,6 +726,7 @@ impl Writer for UperWriter {
}
}

#[derive(Clone)]
pub struct UperReader<B: ScopedBitRead> {
bits: B,
scope: Option<Scope>,
Expand Down

0 comments on commit d6c5d18

Please sign in to comment.