Trait rustc_data_structures::functor::IdFunctor[][src]

pub trait IdFunctor {
    type Inner;
    fn map_id<F>(self, f: F) -> Self
    where
        F: FnMut(Self::Inner) -> Self::Inner
; }

Associated Types

Required methods

Implementations on Foreign Types

Implementors