Function flo_canvas::decode_drawing[][src]

pub fn decode_drawing<In: IntoIterator<Item = char>>(
    source: In
) -> impl Iterator<Item = Result<Draw, DecoderError>>

Decodes a canvas drawing represented as an iterator of characters. If there's an error in the stream, it will be the last item decoded.