We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b6e9a0 commit 69c3010Copy full SHA for 69c3010
src/event.rs
@@ -46,7 +46,7 @@ use crate::{
46
///
47
/// See the module-level docs for more information on the event loop manages each event.
48
49
-/// `T` is a user-defined custom event type.
+/// `T` is a user-defined custom event type (see: `Self::UserEvent(T)`).
50
#[derive(Debug, PartialEq)]
51
pub enum Event<T: 'static> {
52
/// Emitted when new events arrive from the OS to be processed.
0 commit comments