Struct edifact_types::ParseError
source · pub struct ParseError {
pub msg: String,
}Fields§
§msg: StringTrait Implementations§
source§impl Debug for ParseError
impl Debug for ParseError
source§impl PartialEq<ParseError> for ParseError
impl PartialEq<ParseError> for ParseError
source§fn eq(&self, other: &ParseError) -> bool
fn eq(&self, other: &ParseError) -> bool
This method tests for
self and other values to be equal, and is used
by ==.