pub fn decode(src: &Trits) -> Result<Vec<u8>, DecodeError>
Expand description

Decode a series of trits into bytes.