Enum hdlc::HDLCError[][src]

pub enum HDLCError {
    DuplicateSpecialChar,
}

Common Error for HDLC Actions.

Variants

Catches duplicate special characters.

Trait Implementations

impl Debug for HDLCError
[src]

Formats the value using the given formatter. Read more

impl PartialEq for HDLCError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Display for HDLCError
[src]

Formats the output for the error using the given formatter.

impl Error for HDLCError
[src]

Returns a short description of the error.

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

Auto Trait Implementations

impl Send for HDLCError

impl Sync for HDLCError