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.
Event
non_exhaustive
1 parent 595e706 commit 22846c3Copy full SHA for 22846c3
1 file changed
src/reporter/event.rs
@@ -4,6 +4,7 @@ use std::{fs::Metadata, path::Path};
4
5
/// Report trigger event.
6
#[derive(Debug)]
7
+#[non_exhaustive]
8
pub enum Event<'a, Size: size::Size> {
9
ReceiveData(Size),
10
EncounterError(ErrorReport<'a>),
0 commit comments