Struct bgpkit_parser::error::ParserErrorWithBytes
source · pub struct ParserErrorWithBytes {
pub error: ParserError,
pub bytes: Option<Vec<u8>>,
}
Fields§
§error: ParserError
§bytes: Option<Vec<u8>>
Trait Implementations§
source§impl Debug for ParserErrorWithBytes
impl Debug for ParserErrorWithBytes
source§impl Display for ParserErrorWithBytes
impl Display for ParserErrorWithBytes
source§impl Error for ParserErrorWithBytes
impl Error for ParserErrorWithBytes
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<OneIoError> for ParserErrorWithBytes
impl From<OneIoError> for ParserErrorWithBytes
source§fn from(error: OneIoError) -> Self
fn from(error: OneIoError) -> Self
Converts to this type from the input type.
source§impl From<ParserError> for ParserErrorWithBytes
impl From<ParserError> for ParserErrorWithBytes
source§fn from(error: ParserError) -> Self
fn from(error: ParserError) -> Self
Converts to this type from the input type.