Trait biofile::traits::ToChromStartEndVal[][src]

pub trait ToChromStartEndVal<V> {
    fn to_chrom_start_end_val(
        &self
    ) -> (Chrom, Coordinate, Coordinate, Option<V>); }
Expand description

Returns a tuple of the form (chromosome, start_inclusive, end_exclusive, value)

Required methods

Implementors