We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Copy
SizeHint
1 parent 915d6d5 commit 4c2b9ecCopy full SHA for 4c2b9ec
http-body/src/size_hint.rs
@@ -4,7 +4,7 @@
4
///
5
/// * 0 for `lower`
6
/// * `None` for `upper`.
7
-#[derive(Debug, Default, Clone)]
+#[derive(Debug, Default, Clone, Copy)]
8
pub struct SizeHint {
9
lower: u64,
10
upper: Option<u64>,
0 commit comments