map_chunks

Function map_chunks 

Source
pub fn map_chunks<const INVALID_FAIL: bool>(
    iter: impl Iterator<Item = Result<Vec<u8>>>,
    f: impl FnMut(String) -> Result<()>,
)