Enum probe_rs::Error [−][src]
pub enum Error { Probe(DebugProbeError), ArchitectureSpecific(Box<dyn Error + Send + Sync>), UnableToOpenProbe(&'static str), CoreNotFound(usize), ChipNotFound(RegistryError), ArchitectureRequired(&'static [&'static str]), Other(Error), }
Variants
Probe(DebugProbeError)
UnableToOpenProbe(&'static str)
CoreNotFound(usize)
ChipNotFound(RegistryError)
ArchitectureRequired(&'static [&'static str])
Other(Error)
Implementations
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for Error
impl !UnwindSafe for Error
Blanket Implementations
Mutably borrows from an owned value. Read more
Adds separators according to the given SeparatorPolicy
. Read more
Inserts a comma every three digits from the right. Read more
Inserts a space every three digits from the right. Read more
Inserts a period every three digits from the right. Read more
Inserts an underscore every three digits from the right. Read more