We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44db75e commit 19ecdb3Copy full SHA for 19ecdb3
src/data_types/mod.rs
@@ -38,7 +38,7 @@ impl Handle {
38
}
39
40
/// Handle to an event structure, guaranteed to be non-null.
41
-///
+///
42
/// If you need to have a nullable event, use `Option<Event>`.
43
#[repr(transparent)]
44
pub struct Event(NonNull<c_void>);
0 commit comments