[][src]Trait bio_types::genome::AbstractInterval

pub trait AbstractInterval {
    fn contig(&self) -> &str;
fn range(&self) -> Range<Position>; }

Required methods

fn contig(&self) -> &str

Identifier for a genomic contig, e.g., a chromosome

fn range(&self) -> Range<Position>

Interval on the contig

Loading content...

Implementors

impl AbstractInterval for Interval[src]

Loading content...