Function laminarmq_io::stream::map

source ยท
pub fn map<S, F, AL, BL>(stream: S, map_fn: F) -> Map<S, F, AL, BL>
where S: Stream<AL>, AL: Lender, BL: Lender, F: for<'x> FnMut(&'x (), AL::Item<'x>) -> BL::Item<'x>,