There was an error while loading. Please reload this page.
Copy
SizeHint
1 parent 915d6d5 commit 4c2b9ecCopy full SHA for 4c2b9ec
1 file changed
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