[][src]Function base91::iter_decode

pub fn iter_decode<I, O>(data: I, out: O) where
    I: Iterator<Item = u8>,
    O: FnMut(u8),