Enum probe_rs::debug::DebugError [−][src]
pub enum DebugError { Io(Error), DebugData(Error), Parse(Error), NonUtf8(Utf8Error), Probe(Error), CharConversion(CharTryFromError), IntConversion(TryFromIntError), Other(Error), }
Variants
Io(Error)
DebugData(Error)
Parse(Error)
NonUtf8(Utf8Error)
Probe(Error)
CharConversion(CharTryFromError)
IntConversion(TryFromIntError)
Other(Error)
Trait Implementations
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for DebugError
impl Send for DebugError
impl Sync for DebugError
impl Unpin for DebugError
impl !UnwindSafe for DebugError
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