Enum ophir::ea1::mode::beam_track::Error [] [src]

pub enum Error {
    InvalidData(ParseFloatError),
    StatusParseError(ParseIntError),
    UnexpectedDataFormat(String),
}

Variants

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.

impl From<ParseFloatError> for Error
[src]

Performs the conversion.

impl From<ParseIntError> for Error
[src]

Performs the conversion.