Enum bio::io::Strand [] [src]

pub enum Strand {
    Forward,
    Reverse,
    Unknown,
}

Strand information.

Variants

Trait Implementations

impl Debug for Strand
[src]

Formats the value using the given formatter.

impl PartialEq for Strand
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.