fn encode(self, input: &[u8]) -> String
[src]fn decode(self, input: &str) -> Result<Vec<u8>, DecodeError>
[src]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]