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.
1 parent 95165d0 commit 9d966e1Copy full SHA for 9d966e1
src/shims/windows/handle.rs
@@ -35,11 +35,11 @@ impl PseudoHandle {
35
}
36
37
38
-/// Handle errors
+/// Errors that can occur when constructing a [`Handle`] from a Scalar.
39
pub enum HandleError {
40
- /// There is no thread with the given ID
+ /// There is no thread with the given ID.
41
ThreadNotFound(ThreadNotFound),
42
- /// Can't convert scalar to handle because it is structurally invalid
+ /// Can't convert scalar to handle because it is structurally invalid.
43
InvalidHandle,
44
45
0 commit comments