[][src]Trait varlociraptor::model::modes::tumor::TumorNormalPairView

pub trait TumorNormalPairView<T> {
    fn tumor(&self) -> &T;
fn normal(&self) -> &T; }

Required methods

fn tumor(&self) -> &T

fn normal(&self) -> &T

Loading content...

Implementations on Foreign Types

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

Loading content...

Implementors

Loading content...