We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15a4de8 commit 6b1feefCopy full SHA for 6b1feef
1 file changed
src/event.rs
@@ -1,5 +1,6 @@
1
/// An event emitted by a Feed.
2
#[derive(Debug, Clone, PartialEq)]
3
+#[non_exhaustive]
4
pub enum Event {
5
/// A new block has been appended.
6
Append,
0 commit comments