Skip to content

Commit

Permalink
derive PartialEq for HookResult
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-maron committed Sep 11, 2024
1 parent 98422e6 commit a7523f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cdn-proto/src/def.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ pub trait ConnectionDef: 'static {
}

/// The result of a message hooking operation
#[derive(Clone, Copy, PartialEq, Eq)]
pub enum HookResult {
/// Skip processing the message
SkipMessage,
Expand Down

0 comments on commit a7523f3

Please sign in to comment.