pub enum TransmissionError {
    Failure(boolboolboolbool),
    RepetitionOverflow,
    IncompatibleRepeatMode,
}
Expand description

Errors that can occur during a transmission attempt

Variants§

§

Failure(boolboolboolbool)

Generic Transmission Error

§

RepetitionOverflow

The maximum number of transmissions (=(2^10)-1) was exceeded

§

IncompatibleRepeatMode

The RepeatNtimes and Forever modesl are only feasible if the sequence fits into the RAM in one go. If the sequence has > 48 elements, the RepeatNtimes and Forever modes cannot be used.

Trait Implementations§

Formats the value using the given formatter. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.