decode

Function decode 

Source
pub fn decode<I: Input<8>, O: Output + ?Sized>(
    input: I,
    output: &mut O,
) -> Result<(), DecodeError>
Expand description

Decode input byte sequence using BASE32 encoding and write the resulting byte sequence to output.