Struct ax25::frame::ParseError [] [src]

pub struct ParseError { /* fields omitted */ }

Error type when parsing fails due to a malformed frame

Trait Implementations

impl Debug for ParseError
[src]

Formats the value using the given formatter.

impl Default for ParseError
[src]

Returns the "default value" for a type. Read more

impl Display for ParseError
[src]

Formats the value using the given formatter. Read more

impl Error for ParseError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more