pub trait ReverseComplement {
    fn rc(s: Self) -> Self;
}

Required Methods

Implementors