Enum uavcan_core::message_builder::BuilderError [] [src]

pub enum BuilderError {
    FirstFrameNotStartFrame,
    BlockAddedAfterEndFrame,
    ToggleError,
    CRCError,
    FormatError,
}

Variants

Trait Implementations

impl Debug for BuilderError
[src]

Formats the value using the given formatter.