use nom; #[derive(Debug, PartialEq)] pub enum IMFError<'a> { Segment(nom::Err>), }