[][src]Trait bigtools::chromvalues::ChromValues

pub trait ChromValues<V> {
    fn next(&mut self) -> Option<Result<V>>;
fn peek(&mut self) -> Option<&V>; }

Required methods

fn next(&mut self) -> Option<Result<V>>

fn peek(&mut self) -> Option<&V>

Loading content...

Implementors

impl<V, S: StreamingChromValues<V>> ChromValues<V> for ChromGroup<V, S>[src]

Loading content...