Skip to content

Commit

Permalink
Implement common traits for Parsed
Browse files Browse the repository at this point in the history
  • Loading branch information
GodTamIt committed Feb 8, 2024
1 parent 2ee86dc commit 5e55f0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flussab/src/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
/// [`ResultExt`] trait. Finally some of the methods are only intended for parser that can fall
/// through, and as such, they are not implemented for `Result`.
#[must_use]
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub enum Parsed<T, E> {
/// A successfully parsed value or an irrecoverable error.
///
Expand Down

0 comments on commit 5e55f0c

Please sign in to comment.