Enum bgpkit_parser::error::ParserErrorKind
source · [−]pub enum ParserErrorKind {
IoError(Error),
IoNotEnoughBytes(),
EofError(Error),
RemoteIoError(String),
EofExpected,
ParseError(String),
UnknownAttr(String),
TruncatedMsg(String),
Deprecated(String),
Unsupported(String),
FilterError(String),
}Variants
IoError(Error)
IoNotEnoughBytes()
EofError(Error)
RemoteIoError(String)
EofExpected
ParseError(String)
UnknownAttr(String)
TruncatedMsg(String)
Deprecated(String)
Unsupported(String)
FilterError(String)
Trait Implementations
implement Display trait for Error which satistifies the std::error::Error trait’s requirement (must implement Display and Debug traits, Debug already derived)
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for ParserErrorKind
impl Send for ParserErrorKind
impl Sync for ParserErrorKind
impl Unpin for ParserErrorKind
impl !UnwindSafe for ParserErrorKind
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