Trait bio_seq::seq::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