Struct seqalign::SeqPair [] [src]

pub struct SeqPair<'a, T> where
    T: 'a, 
{ pub source: &'a [T], pub target: &'a [T], }

A pairing of two sequences.

Fields

Trait Implementations

Auto Trait Implementations

impl<'a, T> Send for SeqPair<'a, T> where
    T: Sync

impl<'a, T> Sync for SeqPair<'a, T> where
    T: Sync