1 2 3 4 5 6 7
mod amino_acid; pub use amino_acid::*; use super::Seq; pub type Protein = Seq<AminoAcid>;