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.
poison::Guard
1 parent 2da59b8 commit f842d7bCopy full SHA for f842d7b
library/std/src/sync/poison.rs
@@ -55,6 +55,7 @@ impl Flag {
55
}
56
57
58
+#[derive(Clone)]
59
pub struct Guard {
60
panicking: bool,
61
0 commit comments