impl<'a, '_> Alphabet for &'_ [u8][src]fn encode(self, input: &[u8]) -> String[src]fn decode(self, input: &str) -> Result<Vec<u8>, DecodeError>[src]impl<'a, '_> Alphabet for &'_ str[src]fn encode(self, input: &[u8]) -> String[src]fn decode(self, input: &str) -> Result<Vec<u8>, DecodeError>[src]