[][src]Function base91::iter_encode

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