Struct bgpkit_parser::error::ParserError
source · [−]pub struct ParserError {
pub error: ParserErrorKind,
pub bytes: Option<Vec<u8>>,
}Fields
error: ParserErrorKindbytes: Option<Vec<u8>>Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for ParserError
impl Send for ParserError
impl Sync for ParserError
impl Unpin for ParserError
impl !UnwindSafe for ParserError
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more