pub trait RevComp { type Output; // Required method fn revcomp(&self) -> Self::Output; }
Trait for types that can be reverse complemented
Output type after reverse complement
Reverse complement this value