Type Definition rhit::MapOk[][src]

type MapOk<I, F> = MapSpecialCase<I, MapSpecialCaseFnOk<F>>;

An iterator adapter to apply a transformation within a nested Result::Ok.

See .map_ok() for more information.