pub trait ReverseComplement { type Output; // Required method fn revcomp(&self) -> Self::Output; }
A reversible sequence of things that can be complemented can be reverse complemented
Reverse complement of a sequence