bio_seq::seq

Trait ReverseComplement

Source
pub trait ReverseComplement {
    type Output;

    // Required method
    fn revcomp(&self) -> Self::Output;
}
Expand description

A reversible sequence of things that can be complemented can be reverse complemented

Required Associated Types§

Required Methods§

Source

fn revcomp(&self) -> Self::Output

Reverse complement of a sequence

Implementors§