Searched refs:MapSpecialCaseFnInto (Results 1 – 1 of 1) sorted by relevance
102 pub type MapInto<I, R> = MapSpecialCase<I, MapSpecialCaseFnInto<R>>;104 impl<T: Into<U>, U> MapSpecialCaseFn<T> for MapSpecialCaseFnInto<U> { implementation112 pub struct MapSpecialCaseFnInto<U>(PhantomData<U>); struct118 f: MapSpecialCaseFnInto(PhantomData), in map_into()