Struct arinc_429::ParityError[][src]

pub struct ParityError { /* fields omitted */ }

An error indicating that a message does not have the correct parity

Trait Implementations

impl Error for ParityError
[src]

This method is soft-deprecated. Read more

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

impl Debug for ParityError
[src]

Formats the value using the given formatter. Read more

impl Display for ParityError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ParityError

impl Sync for ParityError