[][src]Trait varlociraptor::model::likelihood::ContaminatedSamplePairView

pub trait ContaminatedSamplePairView<T> {
    fn primary(&self) -> &T;
fn secondary(&self) -> &T; }

Required methods

fn primary(&self) -> &T

fn secondary(&self) -> &T

Loading content...

Implementations on Foreign Types

impl<T> ContaminatedSamplePairView<T> for Vec<T>[src]

Loading content...

Implementors

Loading content...