Enum avr::error::Error [] [src]

pub enum Error {
    UnknownInstruction,
    StackOverflow,
    SegmentationFault {
        address: usize,
    },
}

An error on the AVR.

Variants

Fields of SegmentationFault

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.