[][src]Module bio_types::annot::loc

Trait shared across sequence locations -- spliced, contiguous, or single-position.

Traits

Loc

A trait for a sequence location -- a defined region on a named chromosome (or other reference sequence), which may also have defined strand information. The trait is generic over the type of identifier for the reference sequence (allowing owned strings, sequence IDs, and other options) and the strand information (allowing type-level distinction between stranded and unstranded annotations).