Function g60::decode_in_writer

source ·
pub fn decode_in_writer<T: Write>(
    encoded: &str,
    writer: &mut T
) -> Result<usize, DecodingError>
Expand description

Decodes a G60 encoded string. The result is writen in writer.

Errors

An error will be thrown if the writing process fails.