Properly implement the std::str::FromStr trait

This commit is contained in:
Rodolphe Breard 2019-01-06 16:37:07 +01:00
parent 4ed4609272
commit 074c3697d0
3 changed files with 11 additions and 4 deletions

View file

@ -1,5 +1,6 @@
use crate::entry::{Entry, Event};
use crate::Response;
use std::str::FromStr;
#[derive(Clone, Debug, PartialEq)]
pub enum MatchEvent {