Type Alias SeqPosUnstranded

Source
pub type SeqPosUnstranded = Pos<String, NoStrand>;
Expand description

Default unstranded sequence position on a reference sequence named by a String

Aliased Typeยง

struct SeqPosUnstranded { /* private fields */ }