Enum illumina_coordinates::IlluminaError[][src]

pub enum IlluminaError {
    ParseError,
    SplitError,
}

Errors encountered when parsing FASTQ files

Variants

We expected an integer but did not find one

The line was not structured as expected

Trait Implementations

impl Debug for IlluminaError
[src]

Formats the value using the given formatter. Read more

impl From<ParseIntError> for IlluminaError
[src]

Performs the conversion.

Auto Trait Implementations