[−][src]Trait rustc_ap_rustc_data_structures::functor::IdFunctor
Associated Types
Loading content...Required methods
Loading content...Implementations on Foreign Types
impl<T> IdFunctor for Box<T>[src]
type Inner = T
pub fn map_id<F>(self, f: F) -> Self where
F: FnMut(Self::Inner) -> Self::Inner, [src]
F: FnMut(Self::Inner) -> Self::Inner,
impl<T> IdFunctor for Vec<T>[src]
type Inner = T
pub fn map_id<F>(self, f: F) -> Self where
F: FnMut(Self::Inner) -> Self::Inner, [src]
F: FnMut(Self::Inner) -> Self::Inner,
impl<T> IdFunctor for Box<[T]>[src]
type Inner = T
pub fn map_id<F>(self, f: F) -> Self where
F: FnMut(Self::Inner) -> Self::Inner, [src]
F: FnMut(Self::Inner) -> Self::Inner,
impl<I: Idx, T> IdFunctor for IndexVec<I, T>[src]
type Inner = T
pub fn map_id<F>(self, f: F) -> Self where
F: FnMut(Self::Inner) -> Self::Inner, [src]
F: FnMut(Self::Inner) -> Self::Inner,