pub trait AlphabetMut: Alphabet { // Required method fn as_mut_slice(&mut self) -> &mut [Self::Elem]; }